Remove really old demo's
[openssl.git] / demos / sign / Makefile.in
diff --git a/demos/sign/Makefile.in b/demos/sign/Makefile.in
deleted file mode 100644 (file)
index f6afeb7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-CC=cc
-CFLAGS= -g -I../../include -Wall
-LIBS=  -L../.. -lcrypto
-EXAMPLES=sign
-
-all: $(EXAMPLES) 
-
-sign: sign.o
-       $(CC) -o sign sign.o $(LIBS)
-
-clean: 
-       rm -f $(EXAMPLES) *.o
-
-test: all
-       ./sign
-# DO NOT DELETE THIS LINE -- make depend depends on it.