summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-08-28 15:45:32 +0000
committerbde <bde@FreeBSD.org>1996-08-28 15:45:32 +0000
commite4af5b3a59950604f0d0dde65714f34aacefb1e1 (patch)
treedaf86825dd40de0db989cd2b47234ec03e4194c6 /gnu/usr.bin/gzip/Makefile
parentd56ed60ee78f7e47c801e4e84f94179eb56ce53a (diff)
downloadFreeBSD-src-e4af5b3a59950604f0d0dde65714f34aacefb1e1.zip
FreeBSD-src-e4af5b3a59950604f0d0dde65714f34aacefb1e1.tar.gz
Don't install zgrep twice.
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r--gnu/usr.bin/gzip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index 6dad064..402fb90 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
-# $Id: Makefile,v 1.10 1996/05/07 23:15:47 wosch Exp $
+# $Id: Makefile,v 1.11 1996/07/02 23:01:01 wosch Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@@ -20,7 +20,7 @@ NOSHARED=yes
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
- ${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \
+ ${.CURDIR}/zmore ${.CURDIR}/zdiff \
${DESTDIR}${BINDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zgrep.getopt ${DESTDIR}${BINDIR}/zgrep
OpenPOWER on IntegriCloud