This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / gnu / usr.bin / grep / Makefile
PROG= grep
SRCS= dfa.c regex.o grep.o
CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
MLINKS= grep.1 egrep.1
.include <bsd.prog.mk>