diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | 89596e453852464f330543234ea7d0894c5fc287 (patch) | |
tree | 2f3bf33fa937fe4dcbe5a97851f84bed559bbc7b /usr.bin/mklocale | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r-- | usr.bin/mklocale/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 248fd8e..777e045 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -4,6 +4,5 @@ PROG= mklocale SRCS= yacc.y lex.l y.tab.h CFLAGS+= -I. -I${.CURDIR} -MAN1= mklocale.1 .include <bsd.prog.mk> |