Exclude sys/boot for amd64. There are still toolchain issues to deal

with.  In theory, gcc -m32 should work, but for now, do not tempt fate.

Approved by:	re (scottl)
This commit is contained in:
Peter Wemm 2003-05-08 06:35:39 +00:00
parent 203fc38a60
commit 34da59975b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114832

View File

@ -1,7 +1,10 @@
# $FreeBSD$
SUBDIR=
# The boot loader
SUBDIR= boot
.if ${MACHINE_ARCH} != "amd64"
SUBDIR+=boot
.endif
# KLD modules build for both a.out and ELF
.if defined(MODULES_WITH_WORLD)