summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-02 21:50:15 +0000
committerimp <imp@FreeBSD.org>2001-11-02 21:50:15 +0000
commit3d77ae77d5cedf8bb75bece9b8a18e7005d8dede (patch)
tree0f998d80bde913ec7af377dd8c42a24c49f99494 /sys/conf/Makefile.pc98
parent18d82938b5ff9a23a7efbf83ae8a11128627503e (diff)
downloadFreeBSD-src-3d77ae77d5cedf8bb75bece9b8a18e7005d8dede.zip
FreeBSD-src-3d77ae77d5cedf8bb75bece9b8a18e7005d8dede.tar.gz
Arrgh. A clean pc98 build failed due to bogons on my part :-(.
Fix it by putting back the link of machine to sys/i386/include rather than ../../include (aka sys/pc98/include). I had a stale machine link on my first test. Not sure what the "right" fix is, but this unbreaks things.
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc981
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index d85d8e4..e92f5d5 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -30,6 +30,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
+EXTRA_GENASSYM=rm -f ./machine ; ln -s $S/$M/include ./machine
MKMODULESENV+= MACHINE=pc98
%BEFORE_DEPEND
OpenPOWER on IntegriCloud