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

This commit is contained in:
jhb 2020-06-03 18:42:28 +00:00
parent 83f4464bb7
commit 692c6fabbb

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