diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 21:32:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-20 21:32:20 +0000 |
commit | 24bea4ab44944c7ab175b4861c0c599c15ec089f (patch) | |
tree | f433f870fd0700a1b4e2b36dc2aea4c22bb973ed /security | |
parent | 2ab3c923e5867166314d637264b0081cb3cddbd0 (diff) | |
download | ports-24bea4ab44944c7ab175b4861c0c599c15ec089f.tar.gz ports-24bea4ab44944c7ab175b4861c0c599c15ec089f.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ossec-hids-local/Makefile | 12 |
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" |