Deleted Added
full compact
Makefile (299864) Makefile (301717)
1#
1#
2# $FreeBSD: head/sys/modules/tcp/fastpath/Makefile 299864 2016-05-15 20:04:43Z markj $
2# $FreeBSD: head/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
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
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>
11SRCS+= opt_tcpdebug.h
12
13#
14# Enable full debugging
15#
16#CFLAGS += -g
17
18.include <bsd.kmod.mk>