Makefile revision 1.2
11.2Srillig# $NetBSD: Makefile,v 1.2 2006/05/15 21:12:21 rillig Exp $ 21.1Scjep 31.1ScjepPROG= grep 41.1ScjepSRCS= binary.c file.c grep.c mmfile.c queue.c util.c 51.1Scjep 61.2SrilligLINKS= ${BINDIR}/grep ${BINDIR}/egrep \ 71.2Srillig ${BINDIR}/grep ${BINDIR}/fgrep \ 81.2Srillig ${BINDIR}/grep ${BINDIR}/zgrep \ 91.2Srillig ${BINDIR}/grep ${BINDIR}/zegrep \ 101.2Srillig ${BINDIR}/grep ${BINDIR}/zfgrep 111.1Scjep 121.2SrilligMLINKS= grep.1 egrep.1 \ 131.2Srillig grep.1 fgrep.1 \ 141.2Srillig grep.1 zgrep.1 \ 151.2Srillig grep.1 zegrep.1 \ 161.2Srillig grep.1 zfgrep.1 171.2Srillig 181.2SrilligLDADD= -lz 191.2Srillig 201.2SrilligWARNS= 4 211.1Scjep 221.1Scjep.include <bsd.prog.mk> 23