freebsd-dev/usr.bin/gencat/Makefile
1995-03-30 12:49:09 +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>