summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-03-19 11:42:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-03-19 11:42:34 +0000
commitc317f0727a7f76d2b68c9466b69187ce70358e68 (patch)
tree01cc874ae2242687552ca067624d4abc0c234fca /sys/Makefile
parentca27a8d4cf34ca279109543178ad818b696f274e (diff)
downloadsrc-test2-c317f0727a7f76d2b68c9466b69187ce70358e68.tar.gz
src-test2-c317f0727a7f76d2b68c9466b69187ce70358e68.zip
Notes
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 57ff690ba884..fd1087515074 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