aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csup
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2010-03-03 16:45:58 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2010-03-03 16:45:58 +0000
commitff5cfe34d640b92ab7255eea053f793c7c68440a (patch)
treee6d431b71868c4f084408929ebf286268e0fff7e /usr.bin/csup
parentab99e589ddf2940bd3a4c603f2c228103aa6c20b (diff)
Notes
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 581a68308b2b..7fda5b0198d8 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