diff options
author | 1999-11-17 05:02:23 +0000 | |
---|---|---|
committer | 1999-11-17 05:02:23 +0000 | |
commit | 70d5e9ddf94b71d06820a8b04ef32a2b98ace93b (patch) | |
tree | 4a445397b736451cbf2cddb6ca03f92c66ea3d01 | |
parent | add more MLINKs (diff) | |
download | wireguard-openbsd-70d5e9ddf94b71d06820a8b04ef32a2b98ace93b.tar.xz wireguard-openbsd-70d5e9ddf94b71d06820a8b04ef32a2b98ace93b.zip |
add MLINKs
-rw-r--r-- | usr.bin/compress/Makefile | 5 |
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 \ |