diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-18 01:52:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-11-18 01:52:12 +0000 |
commit | da76afaf4142ca604a882b9fcca1c0b1aa42764c (patch) | |
tree | 5e0300f9827fb4410a3044c54b2686bdd23783a8 /usr.bin/compress | |
parent | b21a1d09d75a8ec6761e6d68b0bd2d0892bb7c6e (diff) |
we don't install zopen.3
Diffstat (limited to 'usr.bin/compress')
-rw-r--r-- | usr.bin/compress/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 1f295157b06..a30034ad975 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1999/11/17 05:02:23 millert Exp $ +# $OpenBSD: Makefile,v 1.11 1999/11/18 01:52:11 millert Exp $ PROG= compress SRCS= main.c zopen.c gzopen.c @@ -8,8 +8,7 @@ LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \ # ${BINDIR}/compress ${BINDIR}/gzip \ # ${BINDIR}/compress ${BINDIR}/gunzip \ # ${BINDIR}/compress ${BINDIR}/gzcat -MLINKS= zopen.3 zdopen.3 \ - compress.1 uncompress.1 \ +MLINKS= compress.1 uncompress.1 \ compress.1 zcat.1 \ # compress.1 gzip.1 \ # compress.1 gunzip.1 \ |