1 # $NetBSD: Makefile,v 1.4 2009/06/07 22:44:29 christos Exp $
4 # This Makefile exists to provide a single point to build
5 # all crypto libraries provided by external packages that may
6 # be used by other applications in the system.
11 .if
(${MKCRYPTO} != "no")
12 SUBDIR
+= ..
/bsd
/netpgp
/lib
13 SUBDIR
+= ..
/bsd
/openssh
/lib
14 SUBDIR
+= ..
/bsd
/openssl
/lib
17 .
include <bsd.subdir.mk
>