Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/fdset-common Allow BOOTCODE to be set ...



details:   https://anonhg.NetBSD.org/src/rev/85a321e43b26
branches:  trunk
changeset: 494460:85a321e43b26
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 06 17:17:54 2000 +0000

description:
Allow BOOTCODE to be set by the file which includes this one.

diffstat:

 distrib/i386/floppies/fdset-common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r beb8c7587049 -r 85a321e43b26 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Thu Jul 06 17:17:15 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Thu Jul 06 17:17:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.17 2000/07/06 17:17:15 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.18 2000/07/06 17:17:54 thorpej Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -11,7 +11,7 @@
 IMAGE1?=       ${BASENAME}1.fs
 FSTMP=         ustar.tmp
 MDEC=          ${DESTDIR}/usr/mdec
-BOOTCODE=      ${MDEC}/biosboot.sym
+BOOTCODE?=     ${MDEC}/biosboot.sym
 #BOOTCODE=     ${MDEC}/biosboot_com0.sym       # Serial output
 STRIP?=                strip
 



Home | Main Index | Thread Index | Old Index