Module Name: src
Committed By: christos
Date: Sun Jul 19 23:44:21 UTC 2009
Modified Files:
src/crypto/external/lib: Makefile
Log Message:
add openssl
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/lib/Makefile
diff -u src/crypto/external/lib/Makefile:1.4 src/crypto/external/lib/Makefile:1.5
--- src/crypto/external/lib/Makefile:1.4 Sun Jun 7 18:44:29 2009
+++ src/crypto/external/lib/Makefile Sun Jul 19 19:44:20 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/06/07 22:44:29 christos Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/19 23:44:20 christos Exp $
#
# This Makefile exists to provide a single point to build
@@ -11,6 +11,7 @@
.if (${MKCRYPTO} != "no")
SUBDIR+= ../bsd/netpgp/lib
SUBDIR+= ../bsd/openssh/lib
+SUBDIR+= ../bsd/openssl/lib
.endif
.include <bsd.subdir.mk>