]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_lagg/Makefile
Update the GNU DTS file from Linux 4.11
[FreeBSD/FreeBSD.git] / sys / modules / if_lagg / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/net
4 KMOD=   if_lagg
5 SRCS=   if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_ratelimit.h
6
7 .include <bsd.kmod.mk>