]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/mklocale/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / mklocale / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/7/93
2 # $FreeBSD$
3
4 PROG=   mklocale
5 WARNS?= 6
6 SRCS=   yacc.y lex.l y.tab.h
7 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
8
9 .include <bsd.prog.mk>