blob: e357b11a2fb7ed046703531cb080a25243e862d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: ossec-hids-client
# Date created: 23 July 2006
# Whom: Valerio Daelli <valerio.daelli@gmail.com>
#
# $FreeBSD$
#
COMMENT= The client and server (local) port of ossec-hids
LOCAL_ONLY= yes
MASTERDIR= ${.CURDIR}/../ossec-hids-server
.include "${MASTERDIR}/Makefile"
|