Home | History | Annotate | Line # | Download | only in libagr
Makefile revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile,v 1.2 2014/03/13 02:07:03 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.1  pooka 
      8  1.1  pooka SRCS=	if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \
      9  1.1  pooka 	if_agrether.c if_agrether_hash.c ieee8023ad_marker.c ieee8023ad_lacp.c \
     10  1.1  pooka 	ieee8023ad_lacp_select.c ieee8023ad_lacp_timer.c \
     11  1.1  pooka 	ieee8023ad_lacp_sm_rx.c ieee8023ad_lacp_sm_mux.c \
     12  1.1  pooka 	ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \
     13  1.1  pooka 	ieee8023ad_lacp_debug.c ieee8023_tlv.c
     14  1.1  pooka 
     15  1.2  pooka SRCS+=	agr_component.c
     16  1.1  pooka 
     17  1.1  pooka .include <bsd.lib.mk>
     18  1.1  pooka .include <bsd.klinks.mk>
     19