blob: c0ccf6f815445cc7fd3e921f8bda021f3dbb8a01 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $FreeBSD: head/security/ossec-hids-server/Makefile 518343 2019-11-24 17:58:28Z fernape $
COMMENT= Security tool to monitor and check logs and intrusions - server installation
OSSEC_TYPE= server
MASTERDIR= ${.CURDIR}/../ossec-hids-local
.include "${MASTERDIR}/Makefile"
|