Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE'

This commit is contained in:
John Baldwin 2020-06-03 18:42:28 +00:00
parent 48260b4b53
commit 093a8f8daf

View File

@ -16,7 +16,7 @@ _tcp_rack= rack
.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
defined(ALL_MODULES)
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC}
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE}
_tcpmd5= tcpmd5
.endif
.endif