Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handles
-nostdinc properly.
This commit is contained in:
parent
d7f1442cde
commit
7ce25747cd
@ -1,9 +1,9 @@
|
||||
# $Id$
|
||||
|
||||
.if exists(${.CURDIR}/../../../../include)
|
||||
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
|
||||
MKDEP+= -nostdinc -I${.CURDIR}/../../../../include
|
||||
.endif
|
||||
CFLAGS+= -I${.CURDIR}/../../.. -I${.OBJDIR}
|
||||
MKDEP+= -I${.CURDIR}/../../.. -I${.OBJDIR}
|
||||
CLEANFILES+= machine
|
||||
|
||||
.if defined(SRCS)
|
||||
|
Loading…
Reference in New Issue
Block a user