]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/locale/Makefile
MFC r241280: make: report :M or :N pattern in debug mode
[FreeBSD/stable/8.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>