Page MenuHomeFreeBSD

D41010.id124583.diff
No OneTemporary

D41010.id124583.diff

diff --git a/sys/modules/cc/Makefile b/sys/modules/cc/Makefile
--- a/sys/modules/cc/Makefile
+++ b/sys/modules/cc/Makefile
@@ -10,7 +10,7 @@
# building these modules by default.
# We will default to building these modules unless $OPT_INET is defined
# and does not contain the TCP_HHOOK option.
-.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
+.if defined(ALL_MODULES) || ${OPT_GLOBAL:UTCP_HHOOK:MTCP_HHOOK} != ""
SUBDIR+= \
cc_cdg \
cc_chd \
diff --git a/sys/modules/khelp/Makefile b/sys/modules/khelp/Makefile
--- a/sys/modules/khelp/Makefile
+++ b/sys/modules/khelp/Makefile
@@ -6,7 +6,7 @@
# building this modules by default.
# We will default to building this module unless $OPT_INET is defined
# and does not contain the TCP_HHOOK option.
-.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
+.if defined(ALL_MODULES) || ${OPT_GLOBAL:UTCP_HHOOK:MTCP_HHOOK} != ""
SUBDIR+= h_ertt
.endif

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 13, 12:21 AM (14 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28671876
Default Alt Text
D41010.id124583.diff (945 B)

Event Timeline