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

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

KMOD=	fastpath
SRCS=	fastpath.c

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

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