aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/ossec-hids-local/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 1be8f413d366..35a2783cfba1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -309,6 +309,7 @@
SUBDIR += openvpn-devel
SUBDIR += opieprint
SUBDIR += osiris
+ SUBDIR += ossec-hids-local
SUBDIR += ossec-hids-server
SUBDIR += osslsigncode
SUBDIR += outguess
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
new file mode 100644
index 000000000000..be28fa9ca49e
--- /dev/null
+++ b/security/ossec-hids-local/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: ossec-hids-client
+# Date created: 23 July 2006
+# Whom: Valerio Daelli <valerio.daelli@gmail.com>
+#
+# $FreeBSD$
+#
+
+LOCAL_ONLY= yes
+
+MASTERDIR= ${.CURDIR}/../ossec-hids-server
+
+.include "${MASTERDIR}/Makefile"