Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel/fdset Use the right name for the in...



details:   https://anonhg.NetBSD.org/src/rev/74b2df277bcc
branches:  trunk
changeset: 526128:74b2df277bcc
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 26 01:26:49 2002 +0000

description:
Use the right name for the install kernel.

diffstat:

 distrib/alpha/instkernel/fdset/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e9a5350b2f83 -r 74b2df277bcc distrib/alpha/instkernel/fdset/Makefile
--- a/distrib/alpha/instkernel/fdset/Makefile   Fri Apr 26 00:06:53 2002 +0000
+++ b/distrib/alpha/instkernel/fdset/Makefile   Fri Apr 26 01:26:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/03/05 21:23:28 thorpej Exp $
+#      $NetBSD: Makefile,v 1.8 2002/04/26 01:26:49 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 IMAGE2=                disk2of2
 
 INSTKERNELDIR!=        cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
-INSTKERNEL=    ${INSTKERNELDIR}/netbsd.gz
+INSTKERNEL=    ${INSTKERNELDIR}/netbsd.INSTALL.gz
 
 MOUNT_POINT?=  /mnt
 VND?=          vnd0



Home | Main Index | Thread Index | Old Index