svn commit: r327020 - stable/11/usr.bin/gzip
Xin LI
delphij at FreeBSD.org
Wed Dec 20 07:43:34 UTC 2017
Author: delphij
Date: Wed Dec 20 07:43:32 2017
New Revision: 327020
URL: https://svnweb.freebsd.org/changeset/base/327020
Log:
MFC r326560: Create links for xzdiff.
Modified:
stable/11/usr.bin/gzip/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/gzip/Makefile
==============================================================================
--- stable/11/usr.bin/gzip/Makefile Wed Dec 20 07:18:07 2017 (r327019)
+++ stable/11/usr.bin/gzip/Makefile Wed Dec 20 07:43:32 2017 (r327020)
@@ -20,11 +20,13 @@ MLINKS+= gzip.1 gunzip.1 \
gzip.1 gzcat.1 \
gzip.1 zcat.1 \
zdiff.1 zcmp.1 \
+ zdiff.1 xzdiff.1 \
zmore.1 zless.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
${BINDIR}/gzip ${BINDIR}/gzcat \
${BINDIR}/gzip ${BINDIR}/zcat \
+ ${BINDIR}/zdiff ${BINDIR}/xzdiff \
${BINDIR}/zdiff ${BINDIR}/zcmp
.if ${MK_TESTS} != "no"
More information about the svn-src-stable-11
mailing list