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)