NetBSD/gnu/usr.bin/egrep/Makefile

9 lines
118 B
Makefile

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