diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-03-14 02:29:24 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-03-14 02:29:24 +0000 |
| commit | 773b1808ec04d517bae60cfb8900eb85615ce15e (patch) | |
| tree | f27ec2c55ce59b8b1a3138f76b315b0c0514d5c0 /sys/pc98/boot | |
| parent | 66f259f3f5df051d344bb2a1cdc81f79e95d9356 (diff) | |
Notes
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 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) |
