Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external mv the MKCRYPTO protection higher; ideally s...
details: https://anonhg.NetBSD.org/src/rev/c622d4f17a2d
branches: trunk
changeset: 784872:c622d4f17a2d
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 12 20:31:13 2013 +0000
description:
mv the MKCRYPTO protection higher; ideally should be at the top for this
diffstat:
crypto/external/Makefile | 4 +++-
crypto/external/bsd/Makefile | 4 +---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 7b229240a886 -r c622d4f17a2d crypto/external/Makefile
--- a/crypto/external/Makefile Tue Feb 12 19:52:11 2013 +0000
+++ b/crypto/external/Makefile Tue Feb 12 20:31:13 2013 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/02/08 01:54:20 christos Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/12 20:31:13 christos Exp $
+.if (${MKCRYPTO} != "no")
SUBDIR+= bsd cpl
+.endif
.include <bsd.subdir.mk>
diff -r 7b229240a886 -r c622d4f17a2d crypto/external/bsd/Makefile
--- a/crypto/external/bsd/Makefile Tue Feb 12 19:52:11 2013 +0000
+++ b/crypto/external/bsd/Makefile Tue Feb 12 20:31:13 2013 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2011/04/20 08:36:07 elric Exp $
+# $NetBSD: Makefile,v 1.12 2013/02/12 20:31:14 christos Exp $
.include <bsd.own.mk>
-.if (${MKCRYPTO} != "no")
SUBDIR+= openssl .WAIT heimdal netpgp .WAIT openssh libsaslc
-.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index