mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
19 lines
555 B
Makefile
19 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/08/20 12:20:09 christos Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../net/agr
|
|
|
|
LIB= rumpnet_agr
|
|
IOCONF= AGR.ioconf
|
|
SRCS= if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \
|
|
if_agrether.c if_agrether_hash.c ieee8023ad_marker.c ieee8023ad_lacp.c \
|
|
ieee8023ad_lacp_select.c ieee8023ad_lacp_timer.c \
|
|
ieee8023ad_lacp_sm_rx.c ieee8023ad_lacp_sm_mux.c \
|
|
ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \
|
|
ieee8023ad_lacp_debug.c ieee8023_tlv.c
|
|
|
|
SRCS+= agr_component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|