mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
11 lines
152 B
Makefile
11 lines
152 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= locale
|
|
CFLAGS+= -I${SRCTOP}/lib/libc/locale
|
|
LIBADD+= sbuf
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|