Source-Changes-HG archive

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

[src/trunk]: src/lib Build libcrypto and libssl.



details:   https://anonhg.NetBSD.org/src/rev/107ecc56b245
branches:  trunk
changeset: 488000:107ecc56b245
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 16:18:46 2000 +0000

description:
Build libcrypto and libssl.

diffstat:

 lib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fb54960bc728 -r 107ecc56b245 lib/Makefile
--- a/lib/Makefile      Fri Jun 16 16:07:09 2000 +0000
+++ b/lib/Makefile      Fri Jun 16 16:18:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.59 2000/05/02 12:22:23 simonb Exp $
+#      $NetBSD: Makefile,v 1.60 2000/06/16 16:18:46 thorpej Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 SRCTOP=        ..
@@ -9,6 +9,8 @@
        libresolv librmt librpcsvc libskey libterm libusb libutil libwrap \
        liby libz
 
+SUBDIR+= libcrypto libssl
+
 # XXX Crypto bits must be dealt with before libtelnet.
 .if defined(CRYPTOPATH)
 .sinclude "${CRYPTOPATH}/lib/Makefile.frag"



Home | Main Index | Thread Index | Old Index