install fast version of zgrep

This commit is contained in:
Wolfram Schneider 1996-07-02 23:01:01 +00:00
parent 6afc6d802b
commit bb9656377b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16919

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.3 (Berkeley) 5/12/90
# $Id: $
# $Id: Makefile,v 1.10 1996/05/07 23:15:47 wosch Exp $
PROG= gzip
SRCS= gzip.c zip.c deflate.c trees.c bits.c unzip.c inflate.c util.c \
@ -22,6 +22,8 @@ beforeinstall:
${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \
${DESTDIR}${BINDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zgrep.getopt ${DESTDIR}${BINDIR}/zgrep
match.o: ${.CURDIR}/match.S
$(CPP) ${.CURDIR}/match.S >_match.s