aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-09-05 08:27:56 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-09-05 08:27:56 +0000
commit7cfc8475b806df1983cf3cb1e6ed360c40d840f6 (patch)
tree4e294ce8b2112c90994a10a462f9465d82c3f73e /sys/Makefile
parentdb36ef8f025d81366ebb65608971112700902dc2 (diff)
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 4728dfb7178b9..2fcc7ff3cfdeb 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,12 +1,7 @@
-# $Id: Makefile,v 1.9 1998/02/20 07:37:08 jb Exp $
+# $Id: Makefile,v 1.10 1998/08/27 04:26:40 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)
+# This is the old aout only boot loader.
+.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
SUBDIR= ${MACHINE}/boot
.endif