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