summaryrefslogtreecommitdiffstats
path: root/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2007-02-10 13:49:39 +0000
committersimon <simon@FreeBSD.org>2007-02-10 13:49:39 +0000
commit47a4a6254787fc8aac468041ae5ec94979429e32 (patch)
treec79f1282498d2f94b6e604abcec482e07166ff14 /usr.bin/gzip/Makefile
parentd34d506d9148f6b55a04f491e61779d95c097ee2 (diff)
downloadFreeBSD-src-47a4a6254787fc8aac468041ae5ec94979429e32.zip
FreeBSD-src-47a4a6254787fc8aac468041ae5ec94979429e32.tar.gz
Do not install zgrep, or links to zgrep, since zgrep is provided by
src/gnu/usr.bin/grep. Reviewed by: delphij
Diffstat (limited to 'usr.bin/gzip/Makefile')
-rw-r--r--usr.bin/gzip/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile
index 0125d61..dae5f84 100644
--- a/usr.bin/gzip/Makefile
+++ b/usr.bin/gzip/Makefile
@@ -4,7 +4,7 @@
.include <bsd.own.mk>
PROG= gzip
-MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
+MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1
DPADD= ${LIBZ}
LDADD= -lz
@@ -17,20 +17,16 @@ LDADD+= -lbz2
CFLAGS+= -DNO_BZIP2_SUPPORT
.endif
-SCRIPTS= gzexe zdiff zforce zgrep zmore znew
+SCRIPTS= gzexe zdiff zforce zmore znew
MLINKS+= gzip.1 gunzip.1 \
gzip.1 gzcat.1 \
gzip.1 zcat.1 \
- zdiff.1 zcmp.1 \
- zgrep.1 zegrep.1 \
- zgrep.1 zfgrep.1
+ zdiff.1 zcmp.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
${BINDIR}/gzip ${BINDIR}/gzcat \
${BINDIR}/gzip ${BINDIR}/zcat \
- ${BINDIR}/zdiff ${BINDIR}/zcmp \
- ${BINDIR}/zgrep ${BINDIR}/zegrep \
- ${BINDIR}/zgrep ${BINDIR}/zfgrep
+ ${BINDIR}/zdiff ${BINDIR}/zcmp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud