Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / egrep / Makefile
blobe87ea6bba5bf100be4eaa0d11a1a30afa86976d2
2 PROG= egrep
3 SRCS=dfa.c grep.c regex.c
4 CFLAGS+=-DEGREP
5 NOMAN= noman
6 .PATH: ${.CURDIR}/../grep
8 .include <bsd.prog.mk>