summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-03-03 16:45:58 +0000
committerlulf <lulf@FreeBSD.org>2010-03-03 16:45:58 +0000
commit06fa31355918ed66182d05cff660e514daf5b28c (patch)
treee6d431b71868c4f084408929ebf286268e0fff7e /usr.bin/csup
parentf9290c7f6d8d1cd09ffc2e4edf2fc35baf783c80 (diff)
downloadFreeBSD-src-06fa31355918ed66182d05cff660e514daf5b28c.zip
FreeBSD-src-06fa31355918ed66182d05cff660e514daf5b28c.tar.gz
- Include CURDIR in case the makefile is not run from the same directory.
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 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