visit libcrypto_mdc2 if MKCRYPTO_MDC2 is defined

This commit is contained in:
itojun 2002-09-26 13:29:44 +00:00
parent 59fce28e02
commit 7ec4f039a8

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.77 2002/08/09 00:16:38 thorpej Exp $
# $NetBSD: Makefile,v 1.78 2002/09/26 13:29:44 itojun Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@ -22,6 +22,10 @@ SUBDIR+= libcrypto libssl
SUBDIR+= libcrypto_idea
.endif # MKCRYPTO_IDEA != no
.if (${MKCRYPTO_MDC2} != "no")
SUBDIR+= libcrypto_mdc2
.endif # MKCRYPTO_MDC2 != no
.if (${MKCRYPTO_RC5} != "no")
SUBDIR+= libcrypto_rc5
.endif # MKCRYPTO_RC5 != no