Remove -I${.CURDIR}, as we now use system's regex.h
This commit is contained in:
parent
fa5e9643ff
commit
b5a50652cc
@ -1,5 +1,5 @@
|
||||
PROG= ed
|
||||
CFLAGS+=-I${.CURDIR} -DVI_BANG -DGNU_REGEX
|
||||
CFLAGS+=-DVI_BANG -DGNU_REGEX
|
||||
SRCS= ed.c re.c buf.c cbc.c
|
||||
LINKS= ${BINDIR}/ed ${BINDIR}/red
|
||||
MLINKS= ed.1 red.1
|
||||
|
Loading…
Reference in New Issue
Block a user