1 # $NetBSD: Makefile,v 1.4 2015/10/19 16:16:38 pooka Exp $ 2 # 3 4 .PATH: ${.CURDIR}/../../../../net/agr 5 6 LIB= rumpnet_agr 7 COMMENT=Link aggregation pseudo interface (L2 trunking) 8 9 IOCONF= AGR.ioconf 10 SRCS= if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \ 11 if_agrether.c if_agrether_hash.c ieee8023ad_marker.c ieee8023ad_lacp.c \ 12 ieee8023ad_lacp_select.c ieee8023ad_lacp_timer.c \ 13 ieee8023ad_lacp_sm_rx.c ieee8023ad_lacp_sm_mux.c \ 14 ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \ 15 ieee8023ad_lacp_debug.c ieee8023_tlv.c 16 17 SRCS+= agr_component.c 18 19 .include <bsd.lib.mk> 20 .include <bsd.klinks.mk> 21