73f0e8a7e7
default.
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# Created by: Niclas Zeising <zeising@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ssl
|
|
|
|
COMMENT= Nagios Remote Plugin Executor (SSL version)
|
|
|
|
CONFLICTS= nrpe-2.*
|
|
|
|
OPTIONS_SET= SSL
|
|
|
|
MASTERDIR= ${.CURDIR}/../nrpe
|
|
|
|
.include "${MASTERDIR}/Makefile"
|