]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_lagg/Makefile
Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
[FreeBSD/FreeBSD.git] / sys / modules / if_lagg / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../net
4 KMOD=   if_lagg
5 SRCS=   if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h
6
7 .include <bsd.kmod.mk>