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