aboutsummaryrefslogblamecommitdiff
path: root/usr.bin/gencat/Makefile
blob: 45af07adf895214244049ffc0ab1052ab2df781b (plain) (tree)
1
2
3
4
5
6
7
8
           


                         



                                        
# $FreeBSD$

PROG=	gencat
SRCS=	gencat.c genlib.c

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

.include <bsd.prog.mk>