diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-08-25 19:37:39 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-08-25 19:37:39 +0200 |
commit | 5c868b7aea8d57dbe119011093ac96677e2c3b03 (patch) | |
tree | ff23bf653f4c7f83fa0601864f3eb1b3c770cb62 /security/ossec-hids-agent/Makefile | |
parent | Prepare for powerpc-on-clang by deleting hard-coded tests for architecture (diff) | |
download | ossec-5c868b7aea8d57dbe119011093ac96677e2c3b03.tar.xz |
Moved basic port variables to ossec-hids/version.mk.
Diffstat (limited to 'security/ossec-hids-agent/Makefile')
-rw-r--r-- | security/ossec-hids-agent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ossec-hids-agent/Makefile b/security/ossec-hids-agent/Makefile index 60fc031..158ce0c 100644 --- a/security/ossec-hids-agent/Makefile +++ b/security/ossec-hids-agent/Makefile @@ -1,5 +1,6 @@ # $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 |