mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
It was used for conditional build IPFIREWALL_FORWARD support. But IPFIREWALL_FORWARD option was removed a long time ago.
18 lines
228 B
Makefile
18 lines
228 B
Makefile
#
|
|
# $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>
|