diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2010-03-03 16:45:58 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2010-03-03 16:45:58 +0000 |
| commit | ff5cfe34d640b92ab7255eea053f793c7c68440a (patch) | |
| tree | e6d431b71868c4f084408929ebf286268e0fff7e /usr.bin/csup | |
| parent | ab99e589ddf2940bd3a4c603f2c228103aa6c20b (diff) | |
Notes
Diffstat (limited to 'usr.bin/csup')
| -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 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 |
