mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
1e4b8f3aaf
deleted un-necessary stuff
8 lines
129 B
Makefile
8 lines
129 B
Makefile
|
|
PROG= grep
|
|
SRCS= dfa.c regex.c grep.c
|
|
CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
|
|
MLINKS= grep.1 egrep.1
|
|
|
|
.include <bsd.prog.mk>
|