summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-03-19 11:42:34 +0000
committerpeter <peter@FreeBSD.org>2000-03-19 11:42:34 +0000
commite40c669c6bbc10f86f035d2394ab9482ef1c9948 (patch)
treecf48e925c601be51e61b5cb8ee2274b40a97fa7a /sys/Makefile
parentf30a81f8f49e15863041746860ad5dd1465562e9 (diff)
downloadFreeBSD-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/Makefile10
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
OpenPOWER on IntegriCloud