new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / os_crypto / shared / Makefile
diff --git a/src/os_crypto/shared/Makefile b/src/os_crypto/shared/Makefile
deleted file mode 100755 (executable)
index b236abf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Makefile for os_crypto shared
-# Daniel B. Cid <dcid@sourcefire.com>||<daniel@underlinux.com.br>
-
-PT=../../
-NAME=shared
-
-include ../../Config.Make
-
-SRCS = *.c
-OBJS = *.o
-
-
-shared:
-               $(CC) $(CFLAGS) -c $(SRCS)
-               ar cru shared.a $(OBJS)
-               ranlib shared.a
-clean:
-               ${CLEAN}