freebsd-dev/usr.bin/locale/Makefile
Alexey Zelkin 84cb77d4aa Add locale(1). I have used it for while as useful debugging tool
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.
2002-10-16 13:17:18 +00:00

7 lines
61 B
Makefile

# $FreeBSD$
PROG = locale
NOMAN=YES
.include <bsd.prog.mk>