2ff643e1f6
both netpgp and openssh depend on it. This should fix intermittent failures of parallel builds (as seen e.g. on the autobuild cluster).
10 lines
177 B
Makefile
10 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/03/20 02:07:33 uwe Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKCRYPTO} != "no")
|
|
SUBDIR+= openssl .WAIT netpgp openssh
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|