opnsense-src/sys/modules/tcp/fastpath/Makefile
Franco Fichtner 3c09b4c3de src: clean-cut move to release/11.1.0
Taken from: FreeBSD
Commit ref: 2f4b735c66d
2017-08-20 13:44:58 +02:00

18 lines
222 B
Makefile

#
# $FreeBSD$
#
.PATH: ${SRCTOP}/sys/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>