Source-Changes-HG archive

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

[src/trunk]: src/distrib/news68k/floppies/ramdisk-kernel Fix FILENAME in MDSE...



details:   https://anonhg.NetBSD.org/src/rev/e92146d237ec
branches:  trunk
changeset: 525606:e92146d237ec
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 13 18:23:32 2002 +0000

description:
Fix FILENAME in MDSETTARGETS (netbsd.INSTALL.gz is required).

diffstat:

 distrib/news68k/floppies/ramdisk-kernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 70844701a793 -r e92146d237ec distrib/news68k/floppies/ramdisk-kernel/Makefile
--- a/distrib/news68k/floppies/ramdisk-kernel/Makefile  Sat Apr 13 17:49:41 2002 +0000
+++ b/distrib/news68k/floppies/ramdisk-kernel/Makefile  Sat Apr 13 18:23:32 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.8 2002/04/12 13:39:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/04/13 18:23:32 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
-MDSETTARGETS=  INSTALL ${RAMDISK} netbsd
+MDSETTARGETS=  INSTALL ${RAMDISK} -
 
 MDSETDIR=      binary/kernel
 



Home | Main Index | Thread Index | Old Index