84cb77d4aa
for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
7 lines
61 B
Makefile
7 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = locale
|
|
NOMAN=YES
|
|
|
|
.include <bsd.prog.mk>
|