diff --git a/crypto/external/bsd/Makefile b/crypto/external/bsd/Makefile index 121c5522b383..c16562b78089 100644 --- a/crypto/external/bsd/Makefile +++ b/crypto/external/bsd/Makefile @@ -1,5 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2009/06/07 22:39:35 christos Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/07 22:44:04 christos Exp $ +.include + +.if (${MKCRYPTO} != "no") SUBDIR+= netpgp openssh +.endif .include diff --git a/crypto/external/lib/Makefile b/crypto/external/lib/Makefile index 5b70245e1c03..3f8433a5c4fb 100644 --- a/crypto/external/lib/Makefile +++ b/crypto/external/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/06/07 22:42:31 christos Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/07 22:44:29 christos Exp $ # # This Makefile exists to provide a single point to build @@ -8,7 +8,9 @@ .include +.if (${MKCRYPTO} != "no") SUBDIR+= ../bsd/netpgp/lib SUBDIR+= ../bsd/openssh/lib +.endif .include