Sync with sys/i386/boot/Makefile.inc.

This commit is contained in:
kato 1998-03-14 02:29:24 +00:00
parent 613bd0f631
commit 3cf9d4ef15

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)