xref: /freebsd/usr.bin/gencat/Makefile (revision 380a989b3223d455375b4fae70fd0b9bdd43bafb)
1# $Id: Makefile,v 1.3 1997/02/22 19:55:04 peter Exp $
2
3PROG=	gencat
4SRCS=	gencat.c genlib.c
5
6CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
7
8.include <bsd.prog.mk>
9