diff options
author | lulf <lulf@FreeBSD.org> | 2010-03-03 16:45:58 +0000 |
---|---|---|
committer | lulf <lulf@FreeBSD.org> | 2010-03-03 16:45:58 +0000 |
commit | 06fa31355918ed66182d05cff660e514daf5b28c (patch) | |
tree | e6d431b71868c4f084408929ebf286268e0fff7e /usr.bin | |
parent | f9290c7f6d8d1cd09ffc2e4edf2fc35baf783c80 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/csup/Makefile | 2 |
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 |