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