diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index a44b6b7fe..5c64cc3b2 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -2,6 +2,5 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index bfa4e884a..61084645e 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -3,6 +3,5 @@ PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org PLUGIN_DEPENDS= bind911 -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"