]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - usr.bin/locale/Makefile
MFS r217053: Fix the Xen console to not spew \0 bytes when there is no
[FreeBSD/releng/8.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>