NetBSD/gnu/usr.bin/grep/Makefile

7 lines
86 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
PROG= grep
SRCS= dfa.c regex.o grep.o
MLINKS= grep.1 egrep.1
.include <bsd.prog.mk>