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