mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9da100720e
- Stagify - Fix build with clang Reviewed by: zi@
13 lines
229 B
Makefile
13 lines
229 B
Makefile
# Created by: Valerio Daelli <valerio.daelli@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= The client port of ossec-hids
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../ossec-hids-server
|
|
|
|
PLIST= pkg-plist.client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|