11.1Sriastrad# $NetBSD: Makefile,v 1.1 2020/08/26 16:03:42 riastradh Exp $ 21.1Sriastrad# 31.1Sriastrad 41.1Sriastrad.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../netinet \ 51.1Sriastrad ${.CURDIR}/../../../../netinet6 61.1Sriastrad 71.1SriastradLIB= rumpnet_wg 81.1SriastradCOMMENT= virtual private network tunnel 91.1Sriastrad 101.1SriastradIOCONF= WG.ioconf 111.1SriastradSRCS= if_wg.c 121.1Sriastrad 131.1SriastradCPPFLAGS.if_wg.c+= -DWG_RUMPKERNEL 141.1Sriastrad 151.1Sriastrad# For sysctl knobs 161.1SriastradCPPFLAGS.if_wg.c+= -DWG_DEBUG_PARAMS 171.1Sriastrad.ifdef RUMP_DEBUG 181.1SriastradCPPFLAGS.if_wg.c+= -DWG_DEBUG_TRACE -DWG_DEBUG_LOG 191.1Sriastrad.endif 201.1Sriastrad 211.1SriastradSRCS+= wg_component.c 221.1Sriastrad 231.1Sriastrad#SRCS+= wg_user.c 241.1SriastradRUMPCOMP_USER_SRCS= wg_user.c 251.1Sriastrad 261.1Sriastrad.include <bsd.lib.mk> 271.1Sriastrad.include <bsd.klinks.mk> 28