diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-06-15 15:35:39 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-06-15 15:35:39 +0000 |
commit | 42f16e297d57cbc81d896e59d073fd2b23da58a7 (patch) | |
tree | 7c5a6764625129e785dbea31edbe504ba9232f12 /usr.bin | |
parent | 4f3b652e73a3b82d0a0606f529ddbaed609772fd (diff) |
Hook up locale(1).
ok deraadt@
Diffstat (limited to 'usr.bin')
-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 a37676ce386..4a5e995f9b2 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.129 2013/03/15 06:01:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.130 2013/06/15 15:35:38 ajacoutot Exp $ .include <bsd.own.mk> @@ -12,7 +12,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ infocmp ipcrm ipcs \ join jot kdump keynote ktrace lam last lastcomm leave less lex \ libtool lndir \ - locate lock logger login logname look lorder \ + locale locate lock logger login logname look lorder \ m4 mail make man mandoc mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat nc netstat \ newsyslog \ |