summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-14 02:33:54 +0000
committerkato <kato@FreeBSD.org>1998-03-14 02:33:54 +0000
commitf36bbf196473046e9af1ddf621a866064330dd2e (patch)
tree2208ceb9c807ad9811ada4c2d42657940b17ac6f
parentdf9fb1b269b714e51ebf6ef74d08ade54fb6e8b5 (diff)
downloadFreeBSD-src-f36bbf196473046e9af1ddf621a866064330dd2e.zip
FreeBSD-src-f36bbf196473046e9af1ddf621a866064330dd2e.tar.gz
Link i386/include instead of pc98/include (there is no such directory).
-rw-r--r--sys/pc98/boot/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/Makefile.inc b/sys/pc98/boot/Makefile.inc
index 2b92805..c02d4d7 100644
--- a/sys/pc98/boot/Makefile.inc
+++ b/sys/pc98/boot/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.inc,v 1.2 1998/03/14 02:29:24 kato Exp $
.if exists(${.CURDIR}/../../../../include)
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
@@ -17,4 +17,4 @@ ${OBJS}: machine
beforedepend: machine
machine:
- ln -s ${.CURDIR}/../../include ${.OBJDIR}/machine
+ ln -s ${.CURDIR}/../../../i386/include ${.OBJDIR}/machine
OpenPOWER on IntegriCloud