]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/khelp/Makefile
Fix stability issues in ena(4) driver.
[FreeBSD/FreeBSD.git] / sys / modules / khelp / Makefile
1 # $FreeBSD$
2
3 SUBDIR= 
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 unless $OPT_INET is defined
8 # and does not contain the TCP_HHOOK option.
9 .if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
10 SUBDIR+=        h_ertt
11 .endif
12
13 .include <bsd.subdir.mk>