opnsense-src/sys/modules/tcp/fastpath/Makefile

19 lines
222 B
Makefile
Raw Normal View History

#
# $FreeBSD$
#
.PATH: ${SRCTOP}/sys/netinet/tcp_stacks
KMOD= fastpath
SRCS= fastpath.c
SRCS+= opt_inet.h opt_inet6.h opt_ipsec.h
2015-12-21 04:38:45 -05:00
SRCS+= opt_tcpdebug.h
#
# Enable full debugging
#
#CFLAGS += -g
.include <bsd.kmod.mk>