summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-27 04:26:40 +0000
committerjb <jb@FreeBSD.org>1998-08-27 04:26:40 +0000
commit39108036763b3ca62e4a761bf58f641a4b701466 (patch)
tree92da4c428cf4d79707ee21234f0231b280db0a66 /sys/Makefile
parent02df30696ae876f23f3b89751372610b42c7a08b (diff)
downloadFreeBSD-src-39108036763b3ca62e4a761bf58f641a4b701466.zip
FreeBSD-src-39108036763b3ca62e4a761bf58f641a4b701466.tar.gz
Only build the old boot loader on i386 if aout. The new loader will
eventually be built if elf.
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index ebf9ca2..4728dfb 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,7 +1,11 @@
-# $Id: Makefile,v 1.8 1997/07/13 07:36:20 jkh Exp $
+# $Id: Makefile,v 1.9 1998/02/20 07:37:08 jb Exp $
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR= pc98/boot
+.elif exists(${MACHINE}/boot) && ${MACHINE} == "i386"
+.if ${OBJFORMAT} == "aout"
+SUBDIR= ${MACHINE}/boot
+.endif
.elif exists(${MACHINE}/boot)
SUBDIR= ${MACHINE}/boot
.endif
OpenPOWER on IntegriCloud