diff options
author | peter <peter@FreeBSD.org> | 2000-03-19 11:42:34 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-03-19 11:42:34 +0000 |
commit | e40c669c6bbc10f86f035d2394ab9482ef1c9948 (patch) | |
tree | cf48e925c601be51e61b5cb8ee2274b40a97fa7a /sys/Makefile | |
parent | f30a81f8f49e15863041746860ad5dd1465562e9 (diff) | |
download | FreeBSD-src-e40c669c6bbc10f86f035d2394ab9482ef1c9948.zip FreeBSD-src-e40c669c6bbc10f86f035d2394ab9482ef1c9948.tar.gz |
Remove the old a.out-only boot loader, we don't use it any more.
The new boot1/boot2 can load a.out and elf kernels directly.
I think the sys/pc98 version can go too as the sys/boot/pc98 code
appears to be functional, but I'll leave that for the pc98 folks.
"There can be only one."
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/Makefile b/sys/Makefile index 57ff690..fd10875 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,15 +1,7 @@ # $FreeBSD$ -# This is the old aout only boot loader. -.if exists(${.CURDIR}/${MACHINE_ARCH}/boot) && ${OBJFORMAT} == "aout" -SUBDIR= ${MACHINE_ARCH}/boot -.elif exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf" +# The boot loader SUBDIR= boot -.endif - -.if exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "alpha" -SUBDIR= boot -.endif # KLD modules build for both a.out and ELF SUBDIR+=modules |