aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale/Makefile
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-10-16 13:17:18 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-10-16 13:17:18 +0000
commit84cb77d4aacfcbe27af0798a4440e84eb5b18a39 (patch)
treee410125c140c0129c0aef4de84f1dfd7e0e0b61a /usr.bin/locale/Makefile
parentb94f6635c35332b0e0bf24c7fa0c71cef66029bd (diff)
downloadsrc-84cb77d4aacfcbe27af0798a4440e84eb5b18a39.tar.gz
src-84cb77d4aacfcbe27af0798a4440e84eb5b18a39.zip
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.
Notes
Notes: svn path=/head/; revision=105239
Diffstat (limited to 'usr.bin/locale/Makefile')
-rw-r--r--usr.bin/locale/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
new file mode 100644
index 000000000000..0f840092377d
--- /dev/null
+++ b/usr.bin/locale/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG = locale
+NOMAN=YES
+
+.include <bsd.prog.mk>