64391cfc2a
ChangeLogs:
https://github.com/ossec/ossec-hids/releases/tag/3.4.0
https://github.com/ossec/ossec-hids/releases/tag/3.5.0
PR: 242110
Submitted by: dominik.lisiak@bemsoft.pl (maintainer)
9 lines
195 B
Makefile
9 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= Security tool to monitor and check logs and intrusions - server installation
|
|
OSSEC_TYPE= server
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-local
|
|
|
|
.include "${MASTERDIR}/Makefile"
|