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