]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/mklocale/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>