From 773b1808ec04d517bae60cfb8900eb85615ce15e Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 14 Mar 1998 02:29:24 +0000 Subject: [PATCH] Sync with sys/i386/boot/Makefile.inc. --- sys/pc98/boot/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/boot/Makefile.inc b/sys/pc98/boot/Makefile.inc index ce4827993eeb..2b92805e7977 100644 --- a/sys/pc98/boot/Makefile.inc +++ b/sys/pc98/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)