Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/netboot Put the netif driver name in the...



details:   https://anonhg.NetBSD.org/src/rev/b8ef44ae809e
branches:  trunk
changeset: 522464:b8ef44ae809e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 19 19:55:01 2002 +0000

description:
Put the netif driver name in the version banner.

diffstat:

 sys/arch/i386/stand/netboot/Makefile.netboot |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0302ba3b0f36 -r b8ef44ae809e sys/arch/i386/stand/netboot/Makefile.netboot
--- a/sys/arch/i386/stand/netboot/Makefile.netboot      Tue Feb 19 19:49:37 2002 +0000
+++ b/sys/arch/i386/stand/netboot/Makefile.netboot      Tue Feb 19 19:55:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.netboot,v 1.1 2002/02/19 19:49:38 thorpej Exp $
+#      $NetBSD: Makefile.netboot,v 1.2 2002/02/19 19:55:01 thorpej Exp $
 
 .include "../Makefile.inc"
 
@@ -7,7 +7,7 @@
 BASE= netboot_${USE_NETIF}
 PROG= ${BASE}.rom
 NOMAN= # defined
-NEWVERSWHAT=   "Network Boot"
+NEWVERSWHAT=   "Network Boot (${USE_NETIF})"
 STARTFILE=     ${ROMSTART}
 RELOC=         0x90000
 



Home | Main Index | Thread Index | Old Index