aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-06-26 03:52:48 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-06-26 03:52:48 +0000
commit6833c6add5587c33620647007aa930ff25a82cf8 (patch)
tree906c73bfdb61b07fa5392edaa5595aa412ac6595 /sys
parent062b3e0c77aa5cfa185a685b08bbf42665ed7351 (diff)
downloadsrc-6833c6add5587c33620647007aa930ff25a82cf8.tar.gz
src-6833c6add5587c33620647007aa930ff25a82cf8.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 6d68a4fb29eb..6e3702727c6c 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)