diff options
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 |