xref: /freebsd-14.2/sys/modules/tcp/hpts/Makefile (revision a74aa0e5)
1.PATH: ${SRCTOP}/sys/netinet
2
3KMOD=   tcphpts
4SRCS=   tcp_hpts.c tcp_lro_hpts.c \
5	opt_inet.h opt_inet6.h opt_rss.h device_if.h bus_if.h
6
7.include <bsd.kmod.mk>
8