xref: /netbsd-src/crypto/external/bsd/Makefile (revision b757af438b42b93f8c6571f026d8b8ef3eaf5fc9)
1#	$NetBSD: Makefile,v 1.11 2011/04/20 08:36:07 elric Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKCRYPTO} != "no")
6SUBDIR+= openssl .WAIT heimdal netpgp .WAIT openssh libsaslc
7.endif
8
9.include <bsd.subdir.mk>
10