xref: /NextBSD/sys/modules/tcp/fastpath/Makefile (revision 4557fabb34e865d7f40be64b39c9e34fa41dbb60)
1#
2# $FreeBSD$
3#
4
5.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
6
7KMOD=	fastpath
8SRCS=	fastpath.c
9
10SRCS+=	opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h
11SRCS+=	opt_tcpdebug.h
12
13#
14# Enable full debugging
15#
16#CFLAGS += -g
17
18.include <bsd.kmod.mk>
19