net/relayd: also needs a makefile

This commit is contained in:
Franco Fichtner
2017-01-03 23:44:46 +01:00
parent 74d34f8af1
commit 3941032554
+8
View File
@@ -0,0 +1,8 @@
PLUGIN_NAME= relayd
PLUGIN_VERSION= 0.1
PLUGIN_PRIVATE= yes
PLUGIN_DEPENDS= relayd
PLUGIN_COMMENT= Relayd Load Balancer
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../../Mk/plugins.mk"