NetBSD/gnu/usr.bin/grep/Makefile

7 lines
86 B
Makefile

PROG= grep
SRCS= dfa.c regex.o grep.o
MLINKS= grep.1 egrep.1
.include <bsd.prog.mk>