mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
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.
This commit is contained in:
parent
3492514dfd
commit
86f9ecbad4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36111
4
Makefile
4
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user