]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/usr.bin/mklocale/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / usr.bin / mklocale / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/7/93
2 # $FreeBSD$
3
4 PROG=   mklocale
5 WARNS?= 6
6 SRCS=   yacc.y lex.l y.tab.h
7 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc/locale
8
9 .include <bsd.prog.mk>