Make the -I paths closer to what happens when compiling as part of the

kernel where #include "filename.h" has been disabled.
This commit is contained in:
Peter Wemm 1999-01-23 01:32:44 +00:00
parent e5ca2df920
commit 2c9b3ec2ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43083

View File

@ -1,4 +1,4 @@
# $Id: Makefile.Vinum,v 1.1 1999/01/18 04:49:18 grog Exp grog $
# $Id: Makefile,v 1.7 1999/01/21 00:25:47 grog Exp $
SOURCE= ${.CURDIR}/../../dev/vinum
@ -27,4 +27,4 @@ maketabs: maketabs.c
.include <bsd.kmod.mk>
CFLAGS += -I${SOURCE} -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses
CFLAGS += -g -DVINUMDEBUG -Wall -Wno-unused -Wno-parentheses