HardenedBSD/gnu/usr.bin/grep/Makefile

8 lines
129 B
Makefile
Raw Normal View History

1993-06-29 08:04:45 +02:00
PROG= grep
SRCS= dfa.c regex.c grep.c
1993-06-29 08:04:45 +02:00
CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
MLINKS= grep.1 egrep.1
.include <bsd.prog.mk>