2010-03-20 05:07:33 +03:00
|
|
|
# $NetBSD: Makefile,v 1.8 2010/03/20 02:07:33 uwe Exp $
|
2009-01-20 22:42:56 +03:00
|
|
|
|
2009-06-08 02:44:04 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if (${MKCRYPTO} != "no")
|
2010-03-20 05:07:33 +03:00
|
|
|
SUBDIR+= openssl .WAIT netpgp openssh
|
2009-06-08 02:44:04 +04:00
|
|
|
.endif
|
2009-01-20 22:42:56 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|