]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/locale/Makefile
ofw_bus_status_okay(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.bin / locale / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   locale
6 CFLAGS+= -I${SRCTOP}/lib/libc/locale
7 LIBADD+= sbuf
8
9 HAS_TESTS=
10 SUBDIR.${MK_TESTS}+= tests
11
12 .include <bsd.prog.mk>