xref: /netbsd-src/crypto/external/bsd/Makefile (revision c5e820cae412164fcbee52f470436200af5358ea)
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