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 Sync with amd64 and i386 in...
details: https://anonhg.NetBSD.org/src/rev/9f077935454e
branches: trunk
changeset: 783452:9f077935454e
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Dec 22 17:51:19 2012 +0000
description:
Sync with amd64 and i386 installcds:
>> PR/47276: ftp has https support now
(i.e. now libcrypto and libssl are required in non-crunched installcd)
diffstat:
distrib/sparc64/cdroms/installcd/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r fd531c1ca84b -r 9f077935454e distrib/sparc64/cdroms/installcd/Makefile
--- a/distrib/sparc64/cdroms/installcd/Makefile Sat Dec 22 16:58:51 2012 +0000
+++ b/distrib/sparc64/cdroms/installcd/Makefile Sat Dec 22 17:51:19 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/06/03 23:19:10 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2012/12/22 17:51:19 tsutsui Exp $
CDBASE= sparc64cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
@@ -48,6 +48,10 @@
CDRUNTIME+= ./usr/lib/libterminfo.so*
CDRUNTIME+= ./usr/lib/libutil.so*
CDRUNTIME+= ./usr/lib/libz.so*
+.if (${MKCRYPTO} != "no")
+CDRUNTIME+= ./usr/lib/libcrypto.so*
+CDRUNTIME+= ./usr/lib/libssl.so*
+.endif
CDRUNTIME+= ./usr/libexec/ld.elf_so
CDRUNTIME+= ./usr/libexec/getty
CDRUNTIME+= ./usr/mdec
Home |
Main Index |
Thread Index |
Old Index