NetBSD/crypto/external/bsd/Makefile
uwe 2ff643e1f6 Move openssl to the front of SUBDIR list and add .WAIT after it since
both netpgp and openssh depend on it.  This should fix intermittent
failures of parallel builds (as seen e.g. on the autobuild cluster).
2010-03-20 02:07:33 +00:00

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>