xref: /freebsd-13-stable/sys/modules/khelp/Makefile (revision 5510f79042fbd543de55807d0da7f8a2b8be2f89)
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