diff options
author | peter <peter@FreeBSD.org> | 1999-01-23 01:32:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-23 01:32:44 +0000 |
commit | 260cf23ef1f394b8f4f29512be804afbd22761bf (patch) | |
tree | db445c866c5705b6da0462cc2f2f31782eefbf1f /sys/modules/vinum | |
parent | b61c7cc3c70e03150d1ff4edf0f9e57a527f2247 (diff) | |
download | FreeBSD-src-260cf23ef1f394b8f4f29512be804afbd22761bf.zip FreeBSD-src-260cf23ef1f394b8f4f29512be804afbd22761bf.tar.gz |
Make the -I paths closer to what happens when compiling as part of the
kernel where #include "filename.h" has been disabled.
Diffstat (limited to 'sys/modules/vinum')
-rw-r--r-- | sys/modules/vinum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/vinum/Makefile b/sys/modules/vinum/Makefile index 0a89def..b6a04d8 100644 --- a/sys/modules/vinum/Makefile +++ b/sys/modules/vinum/Makefile @@ -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 |