summaryrefslogtreecommitdiff
path: root/usr.bin/gencat/Makefile
blob: ed5e45851e1739390de52b44c1e4426e37f8aed8 (plain)
1
2
3
4
5
6
7
8
9
# $Id: Makefile,v 1.1 1995/10/18 08:45:19 deraadt Exp $

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

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

.include <bsd.prog.mk>