]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/mklocale/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 NO_WMISSING_VARIABLE_DECLARATIONS=
9
10 .include <bsd.prog.mk>