xref: /freebsd-14.2/sys/modules/if_lagg/Makefile (revision 031beb4e)
1
2.PATH:	${SRCTOP}/sys/net
3KMOD=	if_lagg
4SRCS=	if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_kern_tls.h
5SRCS+=	opt_ratelimit.h
6
7.include <bsd.kmod.mk>
8