Makefile revision 302408
1#
2# $FreeBSD: stable/11/sys/modules/tcp/fastpath/Makefile 301717 2016-06-09 05:48:34Z ae $
3#
4
5.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
6
7KMOD=	fastpath
8SRCS=	fastpath.c
9
10SRCS+=	opt_inet.h opt_inet6.h opt_ipsec.h
11SRCS+=	opt_tcpdebug.h
12
13#
14# Enable full debugging
15#
16#CFLAGS += -g
17
18.include <bsd.kmod.mk>
19