summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-26 03:52:48 +0000
committerpeter <peter@FreeBSD.org>2003-06-26 03:52:48 +0000
commit96a2974d03abdc99936766ffe10848a8b7fb509f (patch)
tree906c73bfdb61b07fa5392edaa5595aa412ac6595 /sys/Makefile
parent289e79b907dd648e5c22a0678baf44a585511b35 (diff)
downloadFreeBSD-src-96a2974d03abdc99936766ffe10848a8b7fb509f.zip
FreeBSD-src-96a2974d03abdc99936766ffe10848a8b7fb509f.tar.gz
Revert exclusion for amd64 that stopped boot/ being built.
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 6d68a4f..6e370272 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -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)
OpenPOWER on IntegriCloud