1# $Id$ 2 3PROG= gencat 4SRCS= gencat.c genlib.c 5NOMAN= yes 6 7CFLAGS+= -I${.CURDIR}/../../lib/libc/nls 8 9.include <bsd.prog.mk> 10