Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/stand/bootblock Changes for building two stag...
details: https://anonhg.NetBSD.org/src/rev/f0c07bcd7ca4
branches: trunk
changeset: 519419:f0c07bcd7ca4
user: mhitch <mhitch%NetBSD.org@localhost>
date: Mon Dec 17 05:48:09 2001 +0000
description:
Changes for building two stage loader, and add support for ELF object
format.
diffstat:
sys/arch/amiga/stand/bootblock/Makefile | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8e413c7880c8 -r f0c07bcd7ca4 sys/arch/amiga/stand/bootblock/Makefile
--- a/sys/arch/amiga/stand/bootblock/Makefile Mon Dec 17 05:46:52 2001 +0000
+++ b/sys/arch/amiga/stand/bootblock/Makefile Mon Dec 17 05:48:09 2001 +0000
@@ -1,12 +1,19 @@
-# $NetBSD: Makefile,v 1.1 1997/05/19 21:19:19 is Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/17 05:48:09 mhitch Exp $
+
+.include <bsd.own.mk>
# Don't install these, but make them first:
.ifnmake install
-SUBDIR=txlt aout2bb
+SUBDIR=txlt
+.if ${OBJECT_FMT} == "ELF"
+SUBDIR+=elf2bb
+.else
+SUBDIR+=aout2bb
+.endif
.endif
# but these:
-SUBDIR+=boot installboot
+SUBDIR+=boot bootxx_ffs installboot
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index