1 2SUBDIR= 3 4# Do we have the TCP_HHOOK symbol defined? If not, there is no point in 5# building this modules by default. 6# We will default to building this module unless $OPT_INET is defined 7# and does not contain the TCP_HHOOK option. 8.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != "" 9SUBDIR+= h_ertt 10.endif 11 12.include <bsd.subdir.mk> 13