mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
e5ca2df920
commit
2c9b3ec2ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user