X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_zlib%2FMakefile;fp=src%2Fos_zlib%2FMakefile;h=0000000000000000000000000000000000000000;hp=ea7085c81e7cb2ba99a8661006f1241cab34ca75;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/os_zlib/Makefile b/src/os_zlib/Makefile deleted file mode 100755 index ea7085c..0000000 --- a/src/os_zlib/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Makefile for os_zlib tests. -# Daniel B. Cid -# http://www.ossec.net - -PT=../ -include ${PT}Config.Make - -OBJS = ${OS_ZLIB} - -zlib-test: - ${CC} ${CFLAGS} zlib-test.c ${OBJS} -o zlib-test -clean: - ${CLEAN} zlib-test