Home | History | Annotate | Line # | Download | only in if_agr
      1  1.4  pgoyette # $NetBSD: Makefile,v 1.4 2019/03/23 09:48:04 pgoyette Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.1  christos .PATH:  ${S}/net/agr
      6  1.1  christos 
      7  1.1  christos KMOD=		if_agr
      8  1.1  christos IOCONF=		agr.ioconf
      9  1.1  christos SRCS= \
     10  1.1  christos ieee8023_tlv.c \
     11  1.1  christos ieee8023ad_lacp.c \
     12  1.1  christos ieee8023ad_lacp_debug.c \
     13  1.1  christos ieee8023ad_lacp_select.c \
     14  1.1  christos ieee8023ad_lacp_sm_mux.c \
     15  1.1  christos ieee8023ad_lacp_sm_ptx.c \
     16  1.1  christos ieee8023ad_lacp_sm_rx.c \
     17  1.1  christos ieee8023ad_lacp_sm_tx.c \
     18  1.1  christos ieee8023ad_lacp_timer.c \
     19  1.1  christos ieee8023ad_marker.c \
     20  1.1  christos if_agr.c \
     21  1.1  christos if_agrether.c \
     22  1.1  christos if_agrether_hash.c \
     23  1.1  christos if_agrmonitor.c \
     24  1.1  christos if_agrsoftc.c \
     25  1.1  christos if_agrsubr.c \
     26  1.1  christos if_agrtimer.c 
     27  1.1  christos 
     28  1.4  pgoyette CPPFLAGS+=	-DINET
     29  1.1  christos 
     30  1.3       rin WARNS=		3
     31  1.3       rin 
     32  1.1  christos .include <bsd.kmodule.mk>
     33