]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/locale/Makefile
This commit was generated by cvs2svn to compensate for changes in r173143,
[FreeBSD/FreeBSD.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>