mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
install fast version of zgrep
This commit is contained in:
parent
6afc6d802b
commit
bb9656377b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user