summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 23:33:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-24 23:33:12 +0000
commit1300d84f5aa89eb4c296d12a038f25da4f47f0dc (patch)
tree601385fcf27d30b3f936551728931054396c5e81
parent73bb0eec43af740c673a4e6d433895e9d25de008 (diff)
put zegrep and zfgrep in the tree
-rw-r--r--gnu/usr.bin/gzip/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile
index d55b9549fbf..0271781cb11 100644
--- a/gnu/usr.bin/gzip/Makefile
+++ b/gnu/usr.bin/gzip/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1999/01/28 23:45:52 espie Exp $
+# $OpenBSD: Makefile,v 1.11 1999/02/24 23:33:11 deraadt Exp $
# $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $
PROG= gzip
@@ -42,6 +42,10 @@ afterinstall:
${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \
${DESTDIR}${BINDIR}
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/zgrep ${DESTDIR}${BINDIR}/zegrep
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/zgrep ${DESTDIR}${BINDIR}/zfgrep
.if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "i386")
match.o: ${.CURDIR}/match.S