X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_crypto%2Fsha1%2FMakefile;fp=src%2Fos_crypto%2Fsha1%2FMakefile;h=0000000000000000000000000000000000000000;hp=f019f024620179bb2e6f37ef6822213bc060d475;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/os_crypto/sha1/Makefile b/src/os_crypto/sha1/Makefile deleted file mode 100755 index f019f02..0000000 --- a/src/os_crypto/sha1/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for os_crypto sha1 -# Daniel B. Cid - - -PT=../../ -NAME=sha1_op - -include ../../Config.Make - -SRCS = sha1_op.c -sha1_OBJS = sha1_op.o - -sha1: - $(CC) $(CFLAGS) -c $(SRCS) - ar cru sha1_op.a $(sha1_OBJS) - ranlib sha1_op.a -main: - $(CC) $(CFLAGS) -o main main.c sha1_op.a - -clean: - rm -f *.o *.a main