diff options
author | kato <kato@FreeBSD.org> | 1998-03-14 02:29:24 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-03-14 02:29:24 +0000 |
commit | 3cf9d4ef155cef6c721b91dc2cd8f18708ec47c1 (patch) | |
tree | 3235b52a709a40fa2efc91ee89079e94248e881b /sys/pc98/boot | |
parent | 613bd0f63171db6cf6e0db318a1557c3d8a026da (diff) | |
download | FreeBSD-src-3cf9d4ef155cef6c721b91dc2cd8f18708ec47c1.zip FreeBSD-src-3cf9d4ef155cef6c721b91dc2cd8f18708ec47c1.tar.gz |
Sync with sys/i386/boot/Makefile.inc.
Diffstat (limited to 'sys/pc98/boot')
-rw-r--r-- | sys/pc98/boot/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/Makefile.inc b/sys/pc98/boot/Makefile.inc index ce48279..2b92805 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) |