Module Name: src
Committed By: christos
Date: Fri Dec 21 18:13:22 UTC 2012
Modified Files:
src/distrib/i386/cdroms: Makefile.cdrom
Log Message:
PR/47276: ftp has https support now
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/distrib/i386/cdroms/Makefile.cdrom
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/i386/cdroms/Makefile.cdrom
diff -u src/distrib/i386/cdroms/Makefile.cdrom:1.27 src/distrib/i386/cdroms/Makefile.cdrom:1.28
--- src/distrib/i386/cdroms/Makefile.cdrom:1.27 Sun Jun 3 19:19:09 2012
+++ src/distrib/i386/cdroms/Makefile.cdrom Fri Dec 21 13:13:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.27 2012/06/03 23:19:09 joerg Exp $
+# $NetBSD: Makefile.cdrom,v 1.28 2012/12/21 18:13:22 christos Exp $
.include <bsd.own.mk>
@@ -47,6 +47,10 @@ CDRUNTIME+= ./usr/lib/liblzma.so*
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