Move Makefiles to Makefile.in
[openssl.git] / demos / sign / Makefile
diff --git a/demos/sign/Makefile b/demos/sign/Makefile
deleted file mode 100644 (file)
index e6d391e..0000000
+++ /dev/null
@@ -1,15 +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