1292309Srrs#
2292309Srrs# $FreeBSD: releng/11.0/sys/modules/tcp/fastpath/Makefile 301717 2016-06-09 05:48:34Z ae $
3292309Srrs#
4292309Srrs
5292309Srrs.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
6292309Srrs
7292309SrrsKMOD=	fastpath
8292309SrrsSRCS=	fastpath.c
9292309Srrs
10301717SaeSRCS+=	opt_inet.h opt_inet6.h opt_ipsec.h
11292536SuqsSRCS+=	opt_tcpdebug.h
12292536Suqs
13292309Srrs#
14292309Srrs# Enable full debugging
15292309Srrs#
16292309Srrs#CFLAGS += -g
17292309Srrs
18292309Srrs.include <bsd.kmod.mk>
19