Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/fdset-common Pull up rev. 1.18:



details:   https://anonhg.NetBSD.org/src/rev/c9e08e54f1b5
branches:  netbsd-1-5
changeset: 488586:c9e08e54f1b5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 19 17:27:41 2000 +0000

description:
Pull up rev. 1.18:
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 fb76ae905fb4 -r c9e08e54f1b5 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Wed Jul 19 17:25:42 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Wed Jul 19 17:27:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.16.4.1 2000/07/19 17:25:42 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.16.4.2 2000/07/19 17:27:41 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