Revert exclusion for amd64 that stopped boot/ being built.

This commit is contained in:
Peter Wemm 2003-06-26 03:52:48 +00:00
parent 062b3e0c77
commit 6833c6add5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116865

View File

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