summaryrefslogtreecommitdiff
path: root/sys/modules/if_wg/Makefile
blob: afb15411a24301d6ec014ca22c14c48115e56421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1 2021/08/17 17:29:20 christos 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>