diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 03:52:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 03:52:48 +0000 |
commit | 6833c6add5587c33620647007aa930ff25a82cf8 (patch) | |
tree | 906c73bfdb61b07fa5392edaa5595aa412ac6595 /sys/Makefile | |
parent | 062b3e0c77aa5cfa185a685b08bbf42665ed7351 (diff) | |
download | src-test2-6833c6add5587c33620647007aa930ff25a82cf8.tar.gz src-test2-6833c6add5587c33620647007aa930ff25a82cf8.zip |
Notes
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 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) |