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/compress/Makefile | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/compress/Makefile')
-rw-r--r-- | usr.bin/compress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 02f7fbb..77e01ba 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 +# $FreeBSD$ PROG= compress CFLAGS+=-Wall @@ -7,6 +8,6 @@ LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 # XXX zopen is not part of libc -# MAN3=zopen.3 +# MAN=zopen.3 .include <bsd.prog.mk> |