summaryrefslogtreecommitdiff
path: root/usr.bin/compress/Makefile
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-03-30 06:38:48 +0000
commit22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (patch)
treefc5a38e208ec108f56afffc16f05c640e740cc20 /usr.bin/compress/Makefile
parentc18d4a3d864d24448fec6853ae70834f8dae3a40 (diff)
for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
Diffstat (limited to 'usr.bin/compress/Makefile')
-rw-r--r--usr.bin/compress/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile
index fe9cf219257..357ff5d814a 100644
--- a/usr.bin/compress/Makefile
+++ b/usr.bin/compress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.21 2007/05/20 00:27:27 jsg Exp $
+# $OpenBSD: Makefile,v 1.22 2016/03/30 06:38:45 jmc Exp $
PROG= compress
SRCS= main.c zopen.c gzopen.c nullopen.c
@@ -11,11 +11,6 @@ LINKS= ${BINDIR}/compress ${BINDIR}/uncompress \
${BINDIR}/zdiff ${BINDIR}/zcmp \
${BINDIR}/zmore ${BINDIR}/zless
-MLINKS+=compress.1 uncompress.1 compress.1 zcat.1
-MLINKS+=gzip.1 gunzip.1 gzip.1 gzcat.1
-MLINKS+=zdiff.1 zcmp.1
-MLINKS+=zmore.1 zless.1
-
LDADD=-lz
DPADD=${LIBZ}