diff options
Diffstat (limited to 'net/zabbix-agent/Makefile')
-rw-r--r-- | net/zabbix-agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zabbix-agent/Makefile b/net/zabbix-agent/Makefile index 941cd3dd82aa..ab2a6bc70bf4 100644 --- a/net/zabbix-agent/Makefile +++ b/net/zabbix-agent/Makefile @@ -12,6 +12,6 @@ MAINTAINER= asa@gascom.ru COMMENT= Very advanced network monitoring system (agent only) ZABBIX_AGENT_ONLY=yes -MASTERDIR= ${.CURDIR}/../zabbix +MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix .include "${MASTERDIR}/Makefile" |