blob: 597d16f95886bb510333a870746f5ae06ec84f95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Ports collection makefile for: zabbix
# Date created: Jun 18 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
ZABBIX_AGENT_ONLY= yes
MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix
.include "${MASTERDIR}/Makefile"
|