Index: head/sys/modules/tcp/fastpath/Makefile =================================================================== --- head/sys/modules/tcp/fastpath/Makefile (revision 292535) +++ head/sys/modules/tcp/fastpath/Makefile (revision 292536) @@ -1,15 +1,18 @@ # # $FreeBSD$ # .PATH: ${.CURDIR}/../../../netinet/tcp_stacks KMOD= fastpath SRCS= fastpath.c +SRCS+= opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h +SRCS+= opt_tcpdebug.h + # # Enable full debugging # #CFLAGS += -g .include