Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.sparc64 /usr/mdec/installboot no longer exists
details: https://anonhg.NetBSD.org/src/rev/c3f5f272224c
branches: trunk
changeset: 526752:c3f5f272224c
user: mason <mason%NetBSD.org@localhost>
date: Thu May 09 17:06:01 2002 +0000
description:
/usr/mdec/installboot no longer exists
diffstat:
etc/etc.sparc64/Makefile.inc | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 0e059d75c913 -r c3f5f272224c etc/etc.sparc64/Makefile.inc
--- a/etc/etc.sparc64/Makefile.inc Thu May 09 16:42:16 2002 +0000
+++ b/etc/etc.sparc64/Makefile.inc Thu May 09 17:06:01 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:48 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.15 2002/05/09 17:06:01 mason Exp $
#
# etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
#
@@ -91,9 +91,12 @@
.for f in ofwboot.net
cp -p $(DESTDIR)/usr/mdec/$f $(RELEASEDIR)/installation/netboot
.endfor
-.for f in ofwboot bootblk installboot
+.for f in ofwboot bootblk
cp -p $(DESTDIR)/usr/mdec/$f $(RELEASEDIR)/installation/misc
.endfor
+.for f in installboot
+ cp -p $(DESTDIR)/usr/sbin/$f $(RELEASEDIR)/installation/misc
+.endfor
# compute checksums
.for dir in ${MD_INSTALLATION_DIRS}
Home |
Main Index |
Thread Index |
Old Index