]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/locale/Makefile
grep: don't rely on implementation-defined malloc(0) behavior
[FreeBSD/FreeBSD.git] / usr.bin / locale / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   locale
5 CFLAGS+= -I${SRCTOP}/lib/libc/locale
6 LIBADD+= sbuf
7
8 HAS_TESTS=
9 SUBDIR.${MK_TESTS}+= tests
10
11 .include <bsd.prog.mk>