summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-23 01:32:44 +0000
committerpeter <peter@FreeBSD.org>1999-01-23 01:32:44 +0000
commit260cf23ef1f394b8f4f29512be804afbd22761bf (patch)
treedb445c866c5705b6da0462cc2f2f31782eefbf1f /sys
parentb61c7cc3c70e03150d1ff4edf0f9e57a527f2247 (diff)
downloadFreeBSD-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')
-rw-r--r--sys/modules/vinum/Makefile4
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
OpenPOWER on IntegriCloud