summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-02 00:26:12 +0000
committermpp <mpp@FreeBSD.org>1996-02-02 00:26:12 +0000
commit6e83fbce8655c2c333a6dcba6db82650d981343a (patch)
treea224983695cbe9bacd71c1025c9ee9fa27643253 /gnu/usr.bin/gzip/Makefile
parent4b84f30ed077e0474f60f5f1e781d7201766c0a0 (diff)
downloadFreeBSD-src-6e83fbce8655c2c333a6dcba6db82650d981343a.zip
FreeBSD-src-6e83fbce8655c2c333a6dcba6db82650d981343a.tar.gz
Correct some manual page cross reference errors. E.g. su is a section
one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index b790d96..736698d 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -7,11 +7,13 @@ MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 zgrep.1
CFLAGS+=-DASMV -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1
MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1
MLINKS+= zgrep.1 zfgrep.1 zgrep.1 zegrep.1
+MLINKS+= zdiff.1 zcmp.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip
LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat
LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zegrep
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zfgrep
+LINKS+= ${BINDIR}/zdiff ${BINDIR}/zcmp
NOSHARED=yes
beforeinstall:
OpenPOWER on IntegriCloud