Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc64/cdroms/installcd Add /usr/bin/getopt, it is ...



details:   https://anonhg.NetBSD.org/src/rev/9f360fb769ed
branches:  trunk
changeset: 763445:9f360fb769ed
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 20 09:04:53 2011 +0000

description:
Add /usr/bin/getopt, it is needed by /usr/mdec/binstall.
Noticed by Jaime Fournier.

diffstat:

 distrib/sparc64/cdroms/installcd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 13fa4f132dc2 -r 9f360fb769ed distrib/sparc64/cdroms/installcd/Makefile
--- a/distrib/sparc64/cdroms/installcd/Makefile Sun Mar 20 06:10:27 2011 +0000
+++ b/distrib/sparc64/cdroms/installcd/Makefile Sun Mar 20 09:04:53 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2011/01/14 10:26:36 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.10 2011/03/20 09:04:53 martin Exp $
 CDBASE=                sparc64cd               # gives ${CDBASE}.iso
 CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
 
@@ -23,9 +23,10 @@
 # CDRUNTIME+=  ./stand
 CDRUNTIME+=    ./tmp
 CDRUNTIME+=    ./usr/bin/ftp
+CDRUNTIME+=    ./usr/bin/getopt
+CDRUNTIME+=    ./usr/bin/gunzip
 CDRUNTIME+=    ./usr/bin/gzcat
 CDRUNTIME+=    ./usr/bin/gzip
-CDRUNTIME+=    ./usr/bin/gunzip
 CDRUNTIME+=    ./usr/bin/grep
 CDRUNTIME+=    ./usr/bin/less
 CDRUNTIME+=    ./usr/bin/more



Home | Main Index | Thread Index | Old Index