new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / client-agent / Makefile
diff --git a/src/client-agent/Makefile b/src/client-agent/Makefile
deleted file mode 100755 (executable)
index 274a953..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Makefile for OSSEC agent
-# Daniel B. Cid <daniel.cid@gmail.com>||<daniel@underlinux.com.br>
-# http://www.ossec.net/hids/
-
-PT=../
-NAME=ossec-agentd
-
-include ../Config.Make
-
-
-clog_OBJS = *.c ${OS_CONFIG} ${OS_ZLIB} ${OS_CRYPTO} ${OS_SHARED} ${OS_XML} ${OS_REGEX} ${OS_NET} -DCLIENT
-
-agent:
-               $(CC) $(CFLAGS) ${OS_LINK} $(clog_OBJS) -o ${NAME}
-clean:
-               ${CLEAN}
-build:
-               ${BUILD}