diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2021-05-17 22:21:38 +0000 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2021-05-17 22:21:38 +0000 |
commit | 6127c9568c8779bc91c151581817efa6dba5715b (patch) | |
tree | ca56ef56265fdc97f8e683841c42a36b72df919a | |
parent | a66107799acdba3a2b96929181b3f47f9acc3c1c (diff) |
net-mgmt: Connect zabbix54 ports to the build.
-rw-r--r-- | net-mgmt/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 03aac4ad324b..10c25e47915e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -407,5 +407,10 @@ SUBDIR += zabbix52-java SUBDIR += zabbix52-proxy SUBDIR += zabbix52-server + SUBDIR += zabbix54-agent + SUBDIR += zabbix54-frontend + SUBDIR += zabbix54-java + SUBDIR += zabbix54-proxy + SUBDIR += zabbix54-server .include <bsd.port.subdir.mk> |