summaryrefslogtreecommitdiff
path: root/usr.bin/gencat/Makefile
blob: 05a872cfa411ef613043df226e802aa1fa166030 (plain)
1
2
3
4
5
6
7
8
9
# $Id: Makefile,v 1.1 1994/05/29 22:34:42 jtc Exp $

PROG=	gencat
SRCS=	gencat.c genlib.c
NOMAN=

CFLAGS+= -I${.CURDIR}/../../lib/libc/nls

.include <bsd.prog.mk>