Deleted Added
full compact
Makefile (292309) Makefile (292536)
1#
1#
2# $FreeBSD: head/sys/modules/tcp/fastpath/Makefile 292309 2015-12-16 00:56:45Z rrs $
2# $FreeBSD: head/sys/modules/tcp/fastpath/Makefile 292536 2015-12-21 09:38:45Z uqs $
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 opt_kdtrace.h
11SRCS+= opt_tcpdebug.h
12
10#
11# Enable full debugging
12#
13#CFLAGS += -g
14
15.include <bsd.kmod.mk>
13#
14# Enable full debugging
15#
16#CFLAGS += -g
17
18.include <bsd.kmod.mk>