summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-11-17 05:02:24 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-11-17 05:02:24 +0000
commit226bb3728f315d5729baea1228e5addfac5bdfbe (patch)
tree33095d595f48b052ee6b813e02303c932e8804f6 /usr.bin
parent354c2ab34788f07427d418e6b352244cbee9e928 (diff)
add MLINKs
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compress/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile
index e5fdf0040d2..1f295157b06 100644
--- a/usr.bin/compress/Makefile
+++ b/usr.bin/compress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 1997/07/07 02:57:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 1999/11/17 05:02:23 millert Exp $
PROG= compress
SRCS= main.c zopen.c gzopen.c
@@ -8,7 +8,8 @@ LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \
# ${BINDIR}/compress ${BINDIR}/gzip \
# ${BINDIR}/compress ${BINDIR}/gunzip \
# ${BINDIR}/compress ${BINDIR}/gzcat
-MLINKS= compress.1 uncompress.1 \
+MLINKS= zopen.3 zdopen.3 \
+ compress.1 uncompress.1 \
compress.1 zcat.1 \
# compress.1 gzip.1 \
# compress.1 gunzip.1 \