Index: stable/11/sys/modules/tcp/Makefile =================================================================== --- stable/11/sys/modules/tcp/Makefile (revision 365469) +++ stable/11/sys/modules/tcp/Makefile (revision 365470) @@ -1,22 +1,22 @@ # # $FreeBSD$ # .include SUBDIR= \ ${_tcp_fastpath} \ ${_tcpmd5} \ .if ${MK_EXTRA_TCP_STACKS} != "no" || defined(ALL_MODULES) _tcp_fastpath= fastpath .endif .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 .include Index: stable/11 =================================================================== --- stable/11 (revision 365469) +++ stable/11 (revision 365470) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r361764 Index: stable/12/sys/modules/tcp/Makefile =================================================================== --- stable/12/sys/modules/tcp/Makefile (revision 365469) +++ stable/12/sys/modules/tcp/Makefile (revision 365470) @@ -1,22 +1,22 @@ # # $FreeBSD$ # .include SUBDIR= \ ${_tcp_rack} \ ${_tcpmd5} \ .if ${MK_EXTRA_TCP_STACKS} != "no" || defined(ALL_MODULES) _tcp_rack= rack .endif .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 .include Index: stable/12 =================================================================== --- stable/12 (revision 365469) +++ stable/12 (revision 365470) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r361764