diff options
Diffstat (limited to 'usr.bin/colldef/Makefile')
-rw-r--r-- | usr.bin/colldef/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 474bf7b..ccb5e98 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.12 1998/05/04 20:09:02 bde Exp $ +# $Id: Makefile,v 1.13 1998/05/05 13:16:22 bde Exp $ PROG = colldef LFLAGS = -8 -i +CFLAGS += -Wall CFLAGS += -I. -I${.CURDIR}/../../lib/libc/locale -DCOLLATE_DEBUG SRCS = parse.y scan.l y.tab.h LDADD = -ll |