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