summaryrefslogtreecommitdiff
path: root/sys/modules/if_wg/Makefile
blob: 632b22257bd566329ba59ed349604c32718e4571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2022/01/27 14:18:40 jakllsch Exp $

.include "../Makefile.inc"

.PATH:  ${S}/net

KMOD=		if_wg
IOCONF=		wg.ioconf
SRCS=		if_wg.c

CPPFLAGS+=	-DINET
CPPFLAGS+=	-DINET6
#CPPFLAGS+=	-DALTQ

WARNS=		3

.include <bsd.kmodule.mk>
Sync with FreeBSD's r326022. All of the following changes have no influencemsaitoh 2017-08-30- Sync with FreeBSD r320688 (and up to r322865):msaitoh 2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r282299:msaitoh 2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r280197:msaitoh 2015-08-05 Add some files.msaitoh