From 09c5ad3728604debb3e600956695c4d46c23724b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 30 Jul 2017 18:54:25 +0200 Subject: [PATCH] net/zerotier: annotate debug version --- net/zerotier/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index f1aeb29e2..a2417a114 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -3,5 +3,6 @@ PLUGIN_VERSION= 0.1.2 PLUGIN_COMMENT= Virtual Networks That Just Work PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"