Source-Changes-HG archive

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

[src/trunk]: src/distrib PR install/48818: put vi on install CDs



details:   https://anonhg.NetBSD.org/src/rev/dcf62dacb768
branches:  trunk
changeset: 329295:dcf62dacb768
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 18 13:06:12 2014 +0000

description:
PR install/48818: put vi on install CDs

diffstat:

 distrib/amd64/cdroms/Makefile.cdrom       |  3 ++-
 distrib/i386/cdroms/Makefile.cdrom        |  3 ++-
 distrib/sparc64/cdroms/installcd/Makefile |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r cd8b3843f5d3 -r dcf62dacb768 distrib/amd64/cdroms/Makefile.cdrom
--- a/distrib/amd64/cdroms/Makefile.cdrom       Sun May 18 12:45:03 2014 +0000
+++ b/distrib/amd64/cdroms/Makefile.cdrom       Sun May 18 13:06:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.8 2012/12/21 18:11:10 christos Exp $
+# $NetBSD: Makefile.cdrom,v 1.9 2014/05/18 13:06:12 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -35,6 +35,7 @@
 CDRUNTIME+=    ./usr/bin/sort
 CDRUNTIME+=    ./usr/bin/tip
 CDRUNTIME+=    ./usr/bin/tput
+CDRUNTIME+=    ./usr/bin/vi
 CDRUNTIME+=    ./usr/bin/vmstat
 CDRUNTIME+=    ./usr/lib/libbz2.so*
 CDRUNTIME+=    ./usr/lib/libc.so*
diff -r cd8b3843f5d3 -r dcf62dacb768 distrib/i386/cdroms/Makefile.cdrom
--- a/distrib/i386/cdroms/Makefile.cdrom        Sun May 18 12:45:03 2014 +0000
+++ b/distrib/i386/cdroms/Makefile.cdrom        Sun May 18 13:06:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.28 2012/12/21 18:13:22 christos Exp $
+# $NetBSD: Makefile.cdrom,v 1.29 2014/05/18 13:06:12 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -35,6 +35,7 @@
 CDRUNTIME+=    ./usr/bin/sort
 CDRUNTIME+=    ./usr/bin/tip
 CDRUNTIME+=    ./usr/bin/tput
+CDRUNTIME+=    ./usr/bin/vi
 CDRUNTIME+=    ./usr/bin/vmstat
 CDRUNTIME+=    ./usr/lib/libbz2.so*
 CDRUNTIME+=    ./usr/lib/libc.so*
diff -r cd8b3843f5d3 -r dcf62dacb768 distrib/sparc64/cdroms/installcd/Makefile
--- a/distrib/sparc64/cdroms/installcd/Makefile Sun May 18 12:45:03 2014 +0000
+++ b/distrib/sparc64/cdroms/installcd/Makefile Sun May 18 13:06:12 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2012/12/22 17:51:19 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.17 2014/05/18 13:06:12 martin Exp $
 CDBASE=                sparc64cd               # gives ${CDBASE}.iso
 CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
 
@@ -36,6 +36,7 @@
 CDRUNTIME+=    ./usr/bin/sort
 CDRUNTIME+=    ./usr/bin/tip
 CDRUNTIME+=    ./usr/bin/tput
+CDRUNTIME+=    ./usr/bin/vi
 CDRUNTIME+=    ./usr/bin/vmstat
 CDRUNTIME+=    ./usr/lib/libbz2.so*
 CDRUNTIME+=    ./usr/lib/libc.so*



Home | Main Index | Thread Index | Old Index