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

This commit is contained in:
KATO Takenori 1998-03-14 02:29:24 +00:00
parent 66f259f3f5
commit 773b1808ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34563

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)