head	1.1;
access;
symbols
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.24
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.22
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	thorpej-ifq:1.1.0.20
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.18
	thorpej-altq-separation-base:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.16
	netbsd-10-base:1.1
	bouyer-sunxi-drm:1.1.0.14
	bouyer-sunxi-drm-base:1.1
	thorpej-i2c-spi-conf2:1.1.0.12
	thorpej-i2c-spi-conf2-base:1.1
	thorpej-futex2:1.1.0.10
	thorpej-futex2-base:1.1
	thorpej-cfargs2:1.1.0.8
	thorpej-cfargs2-base:1.1
	thorpej-i2c-spi-conf-base:1.1
	thorpej-i2c-spi-conf:1.1.0.6
	cjep_sun2x-base1:1.1
	cjep_sun2x:1.1.0.4
	cjep_sun2x-base:1.1
	cjep_staticlib_x:1.1.0.2
	cjep_staticlib_x-base1:1.1;
locks; strict;
comment	@# @;


1.1
date	2021.05.17.04.07.43;	author yamaguchi;	state Exp;
branches
	1.1.2.1
	1.1.6.1;
next	;
commitid	LUAdAXaqAviCdsTC;

1.1.2.1
date	2021.05.17.04.07.43;	author cjep;	state dead;
branches;
next	1.1.2.2;
commitid	eWz9SBW0XqKjJlVC;

1.1.2.2
date	2021.05.31.22.15.21;	author cjep;	state Exp;
branches;
next	;
commitid	eWz9SBW0XqKjJlVC;

1.1.6.1
date	2021.05.17.04.07.43;	author thorpej;	state dead;
branches;
next	1.1.6.2;
commitid	d7CrUzY34skBrrXC;

1.1.6.2
date	2021.06.17.04.46.34;	author thorpej;	state Exp;
branches;
next	;
commitid	d7CrUzY34skBrrXC;


desc
@@


1.1
log
@Add a new link-aggregation pseudo interface named lagg(4)

 - FreeBSD's lagg(4) based implementation
 - MP-safe and MP-scalable
@
text
@# $NetBSD: $

.include "../Makefile.inc"

.PATH:  ${S}/net/lagg

KMOD=		if_lagg
IOCONF=		lagg.ioconf
SRCS= 		if_lagg.c \
		if_laggproto.c \
		if_lagg_lacp.c

CPPFLAGS+=	-DINET
CPPFLAGS+=	-DINET6
#CPPFLAGS+=	-DLAGG_DEBUG
#CPPFLAGS+=	-DLACP_DEBUG

WARNS=		5

.include <bsd.kmodule.mk>
@


1.1.6.1
log
@file Makefile was added on branch thorpej-i2c-spi-conf on 2021-06-17 04:46:34 +0000
@
text
@d1 20
@


1.1.6.2
log
@Sync w/ HEAD.
@
text
@a0 20
# $NetBSD: Makefile,v 1.1 2021/05/17 04:07:43 yamaguchi Exp $

.include "../Makefile.inc"

.PATH:  ${S}/net/lagg

KMOD=		if_lagg
IOCONF=		lagg.ioconf
SRCS= 		if_lagg.c \
		if_laggproto.c \
		if_lagg_lacp.c

CPPFLAGS+=	-DINET
CPPFLAGS+=	-DINET6
#CPPFLAGS+=	-DLAGG_DEBUG
#CPPFLAGS+=	-DLACP_DEBUG

WARNS=		5

.include <bsd.kmodule.mk>
@


1.1.2.1
log
@file Makefile was added on branch cjep_staticlib_x on 2021-05-31 22:15:21 +0000
@
text
@d1 20
@


1.1.2.2
log
@sync with head
@
text
@a0 20
# $NetBSD: Makefile,v 1.1 2021/05/17 04:07:43 yamaguchi Exp $

.include "../Makefile.inc"

.PATH:  ${S}/net/lagg

KMOD=		if_lagg
IOCONF=		lagg.ioconf
SRCS= 		if_lagg.c \
		if_laggproto.c \
		if_lagg_lacp.c

CPPFLAGS+=	-DINET
CPPFLAGS+=	-DINET6
#CPPFLAGS+=	-DLAGG_DEBUG
#CPPFLAGS+=	-DLACP_DEBUG

WARNS=		5

.include <bsd.kmodule.mk>
@


