Source-Changes-HG archive

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

[src/trunk]: src/distrib/acorn26/instkernel Set MDSETDIR more usefully.



details:   https://anonhg.NetBSD.org/src/rev/ac5c94fac382
branches:  trunk
changeset: 526123:ac5c94fac382
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Thu Apr 25 22:33:50 2002 +0000

description:
Set MDSETDIR more usefully.

diffstat:

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

diffs (18 lines):

diff -r 922f8802e0c1 -r ac5c94fac382 distrib/acorn26/instkernel/Makefile
--- a/distrib/acorn26/instkernel/Makefile       Thu Apr 25 22:30:38 2002 +0000
+++ b/distrib/acorn26/instkernel/Makefile       Thu Apr 25 22:33:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2002/04/18 23:55:50 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.2 2002/04/25 22:33:50 bjh21 Exp $
 
 .include "${.CURDIR}/../../Makefile.inc"
 .include <bsd.own.mk>
@@ -22,7 +22,7 @@
                ${_SRC_TOP_}/etc/services
 
 MDSETTARGETS=  INSTALL         ramdisk.fs      -
-MDSETDIR=      ${RELEASEDIR}/installation
+MDSETDIR=      installation/misc
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 .include "${DISTRIBDIR}/common/Makefile.makedev"



Home | Main Index | Thread Index | Old Index