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