aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@FreeBSD.org>1993-08-02 16:43:54 +0000
committerJ.T. Conklin <jtc@FreeBSD.org>1993-08-02 16:43:54 +0000
commitb5a50652cca628e61b6c5f1e2c1627f4714fb567 (patch)
treefed769b9f97323c88e5687f96ab389e53ff4ebbd /bin/ed
parentfa5e9643ff26ef9f2a630df781deb91868b1c284 (diff)
downloadsrc-b5a50652cca628e61b6c5f1e2c1627f4714fb567.tar.gz
src-b5a50652cca628e61b6c5f1e2c1627f4714fb567.zip
Remove -I${.CURDIR}, as we now use system's regex.h
Notes
Notes: svn path=/head/; revision=229
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index a33244286d25..e247777edace 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