NetBSD/crypto/external/lib/Makefile

19 lines
409 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2010/03/20 02:07:33 uwe Exp $
#
# 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")
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
.include <bsd.subdir.mk>