diff options
| author | tshiozak <tshiozak@NetBSD.org> | 2003-07-04 05:41:49 +0000 |
|---|---|---|
| committer | tshiozak <tshiozak@NetBSD.org> | 2003-07-04 05:41:49 +0000 |
| commit | fab9a2fdc19b56e00be89945b3958151d57cb6ef (patch) | |
| tree | 0efce5ca58b50d0cbf60be63fd13a06810b7c6e6 /usr.bin/Makefile | |
| parent | e1425434e743879f137d4ebd05f0309af1400330 (diff) | |
add locale(1) utility.
Originally written by Alexey Zelkin <phantom@FreeBSD.org>.
So, obtained from FreeBSD with gratitude. (suggested by wiz.)
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 54697acdd3f..f6b45e28bb3 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2003/06/27 05:21:54 tshiozak Exp $ +# $NetBSD: Makefile,v 1.136 2003/07/04 05:41:49 tshiozak Exp $ # from: @(#)Makefile 8.3 (Berkeley) 1/7/94 .include <bsd.own.mk> @@ -12,7 +12,7 @@ SUBDIR= apply apropos asa at audio banner basename biff \ from fsplit fstat ftp gcore gencat getconf getopt gprof \ head hexdump iconv id indent innetgr ipcrm ipcs join jot \ kdump ktrace ktruss lam last lastcomm ldd leave less \ - lex locate lock logger login logname look lorder m4 \ + lex locale locate lock logger login logname look lorder m4 \ machine mail make man menuc mesg midiplay mixerctl mkcsmapper \ mkdep mkesdb mkfifo mklocale mkstr mktemp modstat msgc msgs \ netgroup netstat newsyslog nfsstat nice nl nohup \ |
