summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorconklin <conklin@FreeBSD.org>1993-08-02 16:43:54 +0000
committerconklin <conklin@FreeBSD.org>1993-08-02 16:43:54 +0000
commit11eb94f52df6a04a11ffbb321f91b2babe5a5311 (patch)
treefed769b9f97323c88e5687f96ab389e53ff4ebbd /bin
parentc183859731d271a1021b69f2758d116548651c8d (diff)
downloadFreeBSD-src-11eb94f52df6a04a11ffbb321f91b2babe5a5311.zip
FreeBSD-src-11eb94f52df6a04a11ffbb321f91b2babe5a5311.tar.gz
Remove -I${.CURDIR}, as we now use system's regex.h
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index a332442..e247777 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -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
OpenPOWER on IntegriCloud