2010-03-20 05:07:33 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2010/03/20 02:07:33 uwe Exp $
|
2009-01-20 10:12:16 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# This Makefile exists to provide a single point to build
|
|
|
|
# all crypto libraries provided by external packages that may
|
|
|
|
# be used by other applications in the system.
|
|
|
|
#
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2009-06-08 02:44:04 +04:00
|
|
|
.if (${MKCRYPTO} != "no")
|
2010-03-20 05:07:33 +03:00
|
|
|
SUBDIR+= ../bsd/openssl/lib
|
|
|
|
SUBDIR+= .WAIT
|
2009-05-02 06:31:35 +04:00
|
|
|
SUBDIR+= ../bsd/netpgp/lib
|
2009-06-08 02:42:31 +04:00
|
|
|
SUBDIR+= ../bsd/openssh/lib
|
2009-06-08 02:44:04 +04:00
|
|
|
.endif
|
2009-01-20 10:12:16 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|