Makefile revision 292309
1#
2# $FreeBSD: head/sys/modules/tcp/fastpath/Makefile 292309 2015-12-16 00:56:45Z rrs $
3#
4
5.PATH: ${.CURDIR}/../../../netinet/tcp_stacks
6
7KMOD=	fastpath
8SRCS=	fastpath.c
9
10#
11# Enable full debugging
12#
13#CFLAGS += -g
14
15.include <bsd.kmod.mk>
16