]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/mklocale/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 .include <bsd.prog.mk>