NetBSD/crypto/external/lib/Makefile

18 lines
399 B
Makefile
Raw Normal View History

2009-07-20 03:44:20 +04:00
# $NetBSD: Makefile,v 1.5 2009/07/19 23:44:20 christos 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")
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-07-20 03:44:20 +04:00
SUBDIR+= ../bsd/openssl/lib
2009-06-08 02:44:04 +04:00
.endif
.include <bsd.subdir.mk>