diff options
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 5 |
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) |