# $Id: Makefile,v 1.1 1999/10/21 12:33:29 tshiozak Exp $

TARGET=ns_bogus_locale.so
DEFS=-DUNDER_46

all:
	gcc -fPIC -shared -o $(TARGET) $(DEFS) ns-bogus-locale.c

clean:
	rm -f *.so

# end of file
