Cross Reference: Makefile
xref: /src/usr.bin/grep/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/grep/
Makefile revision 1.1
11.1Scjep#	$Id: Makefile,v 1.1 2004/01/02 14:58:45 cjep Exp $
21.1Scjep
31.1ScjepPROG=	grep
41.1ScjepSRCS=	binary.c file.c grep.c mmfile.c queue.c util.c
51.1ScjepLINKS=  ${BINDIR}/grep ${BINDIR}/egrep \
61.1Scjep	${BINDIR}/grep ${BINDIR}/fgrep \
71.1Scjep	${BINDIR}/grep ${BINDIR}/zgrep
81.1ScjepMLINKS= grep.1 egrep.1 \
91.1Scjep	grep.1 fgrep.1 \
101.1Scjep	grep.1 zgrep.1
111.1Scjep
121.1ScjepCFLAGS+= -I/usr/local/include -Wall -pedantic
131.1Scjep
141.1ScjepLDADD=  -lz -L/usr/local/lib/ -liberty
151.1Scjep
161.1Scjep.include <bsd.prog.mk>
17

Indexes created Sun Nov 30 00:09:37 GMT 2025