summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-16 22:20:44 +0000
committerjb <jb@FreeBSD.org>1998-05-16 22:20:44 +0000
commit4c2eaaf8c88254d6366a944b9236c29cc734750a (patch)
tree1860134be0661ce278db8c592f40edf23dca4322 /Makefile
parent4226789a18667154a6c77e3064d7e0de801a7ed1 (diff)
downloadFreeBSD-src-4c2eaaf8c88254d6366a944b9236c29cc734750a.zip
FreeBSD-src-4c2eaaf8c88254d6366a944b9236c29cc734750a.tar.gz
Now that FreeBSD/Alpha can be installed on a disk and run on its own,
a bootstrap build under NetBSD is an option. This makefile will require further changes to ignore aout tools.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47dead7..9612a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
#
-# $Id: Makefile,v 1.176 1998/05/10 16:51:07 bde Exp $
+# $Id: Makefile,v 1.177 1998/05/15 17:12:00 bde Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
#
-.if exists(${.CURDIR}/Makefile.${MACHINE})
+.if exists(${.CURDIR}/Makefile.${MACHINE}) && defined(BOOTSTRAP_WORLD)
.include "${.CURDIR}/Makefile.${MACHINE}"
.else
#
OpenPOWER on IntegriCloud