11 lines
236 B
Makefile
11 lines
236 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|