freebsd-dev/usr.bin/gencat/Makefile
1997-02-22 19:58:13 +00:00

10 lines
122 B
Makefile

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