mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Ugh, whoever did the port made a mess, I cleaned up the Makefile and
deleted un-necessary stuff
This commit is contained in:
parent
07fdd1ba68
commit
1e4b8f3aaf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65
@ -1,6 +1,6 @@
|
||||
|
||||
PROG= grep
|
||||
SRCS= dfa.c regex.o grep.o
|
||||
SRCS= dfa.c regex.c grep.c
|
||||
CFLAGS+=-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
|
||||
MLINKS= grep.1 egrep.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user