blob: 158ce0c618a08f56d6fc37a5acd5a47508d107ad (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $FreeBSD: head/security/ossec-hids-agent/Makefile 484537 2018-11-09 18:52:21Z swills $
COMMENT= Security tool to monitor and check logs and intrusions - agent installation
OSSEC_TYPE= agent
MASTERDIR= ${.CURDIR}/../ossec-hids-local
.include "${MASTERDIR}/Makefile"
|