summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 581a683..7fda5b0 100644
--- a/usr.bin/csup/Makefile
+++ b/usr.bin/csup/Makefile
@@ -29,7 +29,7 @@ SRCS= attrstack.c \
token.l \
updater.c
-CFLAGS+= -I.
+CFLAGS+= -I. -I${.CURDIR}
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
WARNS?= 1
OpenPOWER on IntegriCloud