PROG= egrep
SRCS=dfa.c grep.c regex.c
CFLAGS+=-DEGREP
NOMAN= noman
.PATH: ${.CURDIR}/../grep
.include <bsd.prog.mk>