2003-07-31 12:53:58 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2003/07/31 08:53:59 itojun Exp $
|
2000-10-03 19:13:21 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2003-07-31 12:53:58 +04:00
|
|
|
SUBDIR+=bf bn cast des dh dsa ec engine hmac lhash md2 md4 md5 rand rc2 \
|
2000-10-03 19:13:21 +04:00
|
|
|
rc4 ripemd rsa sha sha1 x509v3
|
|
|
|
#SUBDIR+=conf threads
|
|
|
|
|
2003-07-18 20:18:28 +04:00
|
|
|
.if ${MKCRYPTO_IDEA} != "no"
|
2000-10-03 19:13:21 +04:00
|
|
|
SUBDIR+=idea
|
|
|
|
.endif
|
2003-07-18 20:18:28 +04:00
|
|
|
.if ${MKCRYPTO_RC5} != "no"
|
2000-10-03 19:13:21 +04:00
|
|
|
SUBDIR+=rc5
|
|
|
|
.endif
|
2003-07-18 20:18:28 +04:00
|
|
|
.if ${MKCRYPTO_MDC2} != "no"
|
2003-07-14 17:26:30 +04:00
|
|
|
SUBDIR+=mdc2
|
|
|
|
.endif
|
2000-10-03 19:13:21 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|