Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handles

-nostdinc properly.
This commit is contained in:
bde 1998-03-12 12:23:27 +00:00
parent d7f1442cde
commit 7ce25747cd

View File

@ -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)