386BSD 0.1 development
[unix-history] / usr / src / usr.bin / egrep / Makefile
PROG= egrep
SRCS=dfa.c grep.c regex.c
CFLAGS+=-DEGREP
NOMAN= noman
.PATH: ${.CURDIR}/../grep
.include <bsd.prog.mk>