Source-Changes-HG archive

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

[src/trunk]: src/distrib/playstation2 fix miniroot image file name.



details:   https://anonhg.NetBSD.org/src/rev/c45b0f686e58
branches:  trunk
changeset: 525920:c45b0f686e58
user:      shin <shin%NetBSD.org@localhost>
date:      Sun Apr 21 11:20:45 2002 +0000

description:
fix miniroot image file name.

diffstat:

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

diffs (16 lines):

diff -r 350508ccc17d -r c45b0f686e58 distrib/playstation2/Makefile
--- a/distrib/playstation2/Makefile     Sun Apr 21 10:41:38 2002 +0000
+++ b/distrib/playstation2/Makefile     Sun Apr 21 11:20:45 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2002/04/12 13:39:48 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/04/21 11:20:45 shin Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 MINIROOTDIR!=  cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
-MINIROOT=      ${MINIROOTDIR}/ramdisk.fs
+MINIROOT=      ${MINIROOTDIR}/miniroot.fs
 MDSETTARGETS=  RAMDISK ${MINIROOT} netbsd
 
 MDSETDIR=      installation



Home | Main Index | Thread Index | Old Index