freebsd-dev/usr.bin/gencat/Makefile
1999-08-28 01:08:13 +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>