xref: /netbsd/crypto/external/bsd/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.8 2010/03/20 02:07:33 uwe Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKCRYPTO} != "no")
6SUBDIR+= openssl .WAIT netpgp openssh
7.endif
8
9.include <bsd.subdir.mk>
10