diff options
-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 92d946c..581a683 100644 --- a/usr.bin/csup/Makefile +++ b/usr.bin/csup/Makefile @@ -29,7 +29,7 @@ SRCS= attrstack.c \ token.l \ updater.c -CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup +CFLAGS+= -I. CFLAGS+= -DHAVE_FFLAGS -DNDEBUG WARNS?= 1 |