From 4a61fb92f45ccb55681972af7787f90ea7a36f52 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 12 Mar 1998 12:23:27 +0000 Subject: [PATCH] Removed hacks to pass -nostdinc to mkdep. bsd.dep.mk now handles -nostdinc properly. --- sys/i386/boot/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/boot/Makefile.inc b/sys/i386/boot/Makefile.inc index ce4827993ee..2b92805e797 100644 --- a/sys/i386/boot/Makefile.inc +++ b/sys/i386/boot/Makefile.inc @@ -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)