Makefile (9b4fcf851a73554063d4a2de9a4f10cd23a0a4f6) | Makefile (bd79708dbffde195226ade494aa72c345328e745) |
---|---|
1# $FreeBSD$ 2 | 1# $FreeBSD$ 2 |
3SUBDIR= h_ertt | 3SUBDIR= |
4 | 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} != "" 10SUBDIR+= h_ertt 11.endif 12 |
|
5.include <bsd.subdir.mk> | 13.include <bsd.subdir.mk> |