]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/locale/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / usr.bin / locale / Makefile
1 # $FreeBSD$
2
3 PROG = locale
4 CFLAGS += -I${.CURDIR}/../../lib/libc/locale
5 WARNS ?= 1
6
7 .include <bsd.prog.mk>