]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/locale/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / usr.bin / locale / Makefile
1 # $FreeBSD$
2
3 PROG=   locale
4 CFLAGS+= -I${SRCTOP}/lib/libc/locale
5
6 .include <bsd.prog.mk>