Makefile revision 1.2
11.2Spooka# $NetBSD: Makefile,v 1.2 2014/03/13 02:07:03 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../net/agr 51.1Spooka 61.1SpookaLIB= rumpnet_agr 71.1Spooka 81.1SpookaSRCS= if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \ 91.1Spooka if_agrether.c if_agrether_hash.c ieee8023ad_marker.c ieee8023ad_lacp.c \ 101.1Spooka ieee8023ad_lacp_select.c ieee8023ad_lacp_timer.c \ 111.1Spooka ieee8023ad_lacp_sm_rx.c ieee8023ad_lacp_sm_mux.c \ 121.1Spooka ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \ 131.1Spooka ieee8023ad_lacp_debug.c ieee8023_tlv.c 141.1Spooka 151.2SpookaSRCS+= agr_component.c 161.1Spooka 171.1Spooka.include <bsd.lib.mk> 181.1Spooka.include <bsd.klinks.mk> 19