Module Name: src
Committed By: martin
Date: Sun Mar 20 09:04:53 UTC 2011
Modified Files:
src/distrib/sparc64/cdroms/installcd: Makefile
Log Message:
Add /usr/bin/getopt, it is needed by /usr/mdec/binstall.
Noticed by Jaime Fournier.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sparc64/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sparc64/cdroms/installcd/Makefile
diff -u src/distrib/sparc64/cdroms/installcd/Makefile:1.9 src/distrib/sparc64/cdroms/installcd/Makefile:1.10
--- src/distrib/sparc64/cdroms/installcd/Makefile:1.9 Fri Jan 14 10:26:36 2011
+++ src/distrib/sparc64/cdroms/installcd/Makefile Sun Mar 20 09:04:53 2011
@@ -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