diff options
author | conklin <conklin@FreeBSD.org> | 1993-08-02 16:43:54 +0000 |
---|---|---|
committer | conklin <conklin@FreeBSD.org> | 1993-08-02 16:43:54 +0000 |
commit | 11eb94f52df6a04a11ffbb321f91b2babe5a5311 (patch) | |
tree | fed769b9f97323c88e5687f96ab389e53ff4ebbd /bin/ed | |
parent | c183859731d271a1021b69f2758d116548651c8d (diff) | |
download | FreeBSD-src-11eb94f52df6a04a11ffbb321f91b2babe5a5311.zip FreeBSD-src-11eb94f52df6a04a11ffbb321f91b2babe5a5311.tar.gz |
Remove -I${.CURDIR}, as we now use system's regex.h
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/Makefile | 2 |
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 |