summaryrefslogtreecommitdiffstats
path: root/sys/modules/tcp/fastpath/Makefile
blob: c6469fea7ace82e7fd7c4b0894a8ffd945eff4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# $FreeBSD$
#

.PATH: ${.CURDIR}/../../../netinet/tcp_stacks

KMOD=	fastpath
SRCS=	fastpath.c

SRCS+=	opt_inet.h opt_inet6.h opt_ipsec.h
SRCS+=	opt_tcpdebug.h

#
# Enable full debugging
#
#CFLAGS += -g

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud