Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00

19 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $
.include "bsd.own.mk"
.if (${MKCRYPTO} != "no")
# OpenSSL libraries.
SUBDIR= libcrypto libdes
.if (${MKCRYPTO_RC5} != "no")
SUBDIR+= libcrypto_rc5
.endif # MKCRYPTO_RC5 != no
SUBDIR+= .WAIT libssl # depends on libcrypto
.endif # MKCRYPTO != no
.include <bsd.subdir.mk>