freebsd-dev/usr.bin/gencat/Makefile
Mark Murray 91bd71d206 Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00

9 lines
116 B
Makefile

# $FreeBSD$
PROG= gencat
SRCS= gencat.c genlib.c
CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
.include <bsd.prog.mk>