]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/mklocale/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>