Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / crypto / external / lib / Makefile
blob77116e68d9f8afe08204552409cb1ce49cb655d1
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.
9 .include <bsd.own.mk>
11 .if (${MKCRYPTO} != "no")
12 SUBDIR+= ../bsd/netpgp/lib
13 SUBDIR+= ../bsd/openssh/lib
14 SUBDIR+= ../bsd/openssl/lib
15 .endif
17 .include <bsd.subdir.mk>