summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-03-03 08:24:15 +0000
committerlulf <lulf@FreeBSD.org>2010-03-03 08:24:15 +0000
commit71e6381f8905b154a1f381cb13699d67c1fee3e4 (patch)
treef898b20bbfd2a2b43d8fa0b38219bab9bbd80a67 /usr.bin/csup
parentecc5f5bc0bf36d51258d6b0cb0e3aafbe1d7c3a3 (diff)
downloadFreeBSD-src-71e6381f8905b154a1f381cb13699d67c1fee3e4.zip
FreeBSD-src-71e6381f8905b154a1f381cb13699d67c1fee3e4.tar.gz
- Remove unused include path.
Diffstat (limited to 'usr.bin/csup')
-rw-r--r--usr.bin/csup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile
index 92d946c..581a683 100644
--- a/usr.bin/csup/Makefile
+++ b/usr.bin/csup/Makefile
@@ -29,7 +29,7 @@ SRCS= attrstack.c \
token.l \
updater.c
-CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
+CFLAGS+= -I.
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
WARNS?= 1
OpenPOWER on IntegriCloud