diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 21:33:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 21:33:44 +0000 |
commit | 1fa26157d13e9d74807c293c3efd0b3f1fdb3d33 (patch) | |
tree | c17cec66ad41f4d5dc4ef41ffbf3c193d7e039e0 | |
parent | 24bea4ab44944c7ab175b4861c0c599c15ec089f (diff) | |
download | ports-1fa26157d13e9d74807c293c3efd0b3f1fdb3d33.tar.gz ports-1fa26157d13e9d74807c293c3efd0b3f1fdb3d33.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ossec-hids-client/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 35a2783cfba1..d94e7264f497 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += openvpn-devel SUBDIR += opieprint SUBDIR += osiris + SUBDIR += ossec-hids-client SUBDIR += ossec-hids-local SUBDIR += ossec-hids-server SUBDIR += osslsigncode diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile new file mode 100644 index 000000000000..cab557fb3b7b --- /dev/null +++ b/security/ossec-hids-client/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$ +# + +CLIENT_ONLY= yes + +MASTERDIR= ${.CURDIR}/../ossec-hids-server + +.include "${MASTERDIR}/Makefile" |