Makefile revision 1.4
11.4Spooka# $NetBSD: Makefile,v 1.4 2015/10/19 16:16:38 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../net/agr 51.1Spooka 61.1SpookaLIB= rumpnet_agr 71.4SpookaCOMMENT=Link aggregation pseudo interface (L2 trunking) 81.4Spooka 91.3SchristosIOCONF= AGR.ioconf 101.1SpookaSRCS= if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \ 111.1Spooka if_agrether.c if_agrether_hash.c ieee8023ad_marker.c ieee8023ad_lacp.c \ 121.1Spooka ieee8023ad_lacp_select.c ieee8023ad_lacp_timer.c \ 131.1Spooka ieee8023ad_lacp_sm_rx.c ieee8023ad_lacp_sm_mux.c \ 141.1Spooka ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \ 151.1Spooka ieee8023ad_lacp_debug.c ieee8023_tlv.c 161.1Spooka 171.2SpookaSRCS+= agr_component.c 181.1Spooka 191.1Spooka.include <bsd.lib.mk> 201.1Spooka.include <bsd.klinks.mk> 21