]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/mklocale/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / mklocale / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/7/93
2 # $FreeBSD$
3
4 PROG=   mklocale
5 SRCS=   yacc.y lex.l y.tab.h
6 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
7
8 .include <bsd.prog.mk>