xref: /freebsd/usr.bin/locale/Makefile (revision 2f834a0b41079f9be4dc33ff877d50a5fba869d4)
1# $FreeBSD$
2
3PROG=	locale
4WARNS?=	3
5CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
6
7.include <bsd.prog.mk>
8