diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 05:53:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-08 05:53:02 +0000 |
commit | b83058fd179b6de492fa3ed6292d2821ca253806 (patch) | |
tree | 2baae503ebb022ad1d8ff55383cedcf18b319815 /usr.bin/Makefile | |
parent | 9912e93b5b9dbc80863c5b26ff459f0587f40cbe (diff) |
activate LC_CTYPE for 8 bits locale.
Make sure tolower/toupper use the whole 8 bits.
okay deraadt@
thanks to everyone who tested
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a9c15c9560f..9d4ec920890 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.95 2005/07/09 21:44:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.96 2005/08/08 05:52:59 espie Exp $ .include <bsd.own.mk> @@ -12,7 +12,8 @@ SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \ ipcs \ join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \ locate lock logger login logname look lorder m4 mail make man mesg mg \ - midiplay mixerctl mkdep mkstr mktemp modstat msgs nc netstat newsyslog \ + midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ + newsyslog \ nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \ pmdb pr printenv printf quota radioctl rdist rdistd readlink renice \ rev rpcgen rpcinfo rs rsh \ |