xref: /netbsd-src/crypto/external/bsd/Makefile (revision da9817918ec7e88db2912a2882967c7570a83f47)
1#	$NetBSD: Makefile,v 1.6 2009/06/07 22:44:04 christos Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKCRYPTO} != "no")
6SUBDIR+= netpgp openssh
7.endif
8
9.include <bsd.subdir.mk>
10