NetBSD/crypto/external/lib/Makefile
2009-06-07 22:44:04 +00:00

17 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/06/07 22:44:29 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>
.if (${MKCRYPTO} != "no")
SUBDIR+= ../bsd/netpgp/lib
SUBDIR+= ../bsd/openssh/lib
.endif
.include <bsd.subdir.mk>