freebsd-dev/usr.bin/gencat/Makefile
Dima Dorfman f6751868e4 Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.

Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-30 05:39:36 +00:00

10 lines
126 B
Makefile

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