freebsd-dev/usr.bin/locale/Makefile
Yuri Pankov 42249ef234 locale: handle day, abday, mon, abmon, am_pm keywords
All of these are defined as mandatory by POSIX.

While here, mark all non-standard ones as FreeBSD-only as
other systems (at least, GNU/Linux and illumos) do not handle
them, so we should not encourage their use.

PR:		237752
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D21490
2019-09-10 15:09:46 +00:00

13 lines
164 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= locale
CFLAGS+= -I${SRCTOP}/lib/libc/locale
LIBADD+= sbuf
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>