summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-06-26 12:36:44 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-26 23:56:34 +0100
commit7be6b27aaf5ed77f13c93dc89a2c27a42082db3f (patch)
treeec045b4430032da3a0dea192ef3f2c7b3ed430d9 /crypto/pkcs7/Makefile
parentf3f620e1e0fa3553116f0b3e8c8d68b070fcdb79 (diff)
Remove ancient obsolete files under pkcs7.
Diffstat (limited to 'crypto/pkcs7/Makefile')
-rw-r--r--crypto/pkcs7/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/pkcs7/Makefile b/crypto/pkcs7/Makefile
index bd7588e106..d96b079a9c 100644
--- a/crypto/pkcs7/Makefile
+++ b/crypto/pkcs7/Makefile
@@ -39,20 +39,6 @@ test:
all: lib
-testapps: enc dec sign verify
-
-enc: enc.o lib
- $(CC) $(CFLAGS) -o enc enc.o $(PEX_LIBS) $(LIB) $(EX_LIBS)
-
-dec: dec.o lib
- $(CC) $(CFLAGS) -o dec dec.o $(PEX_LIBS) $(LIB) $(EX_LIBS)
-
-sign: sign.o lib
- $(CC) $(CFLAGS) -o sign sign.o $(PEX_LIBS) $(LIB) $(EX_LIBS)
-
-verify: verify.o example.o lib
- $(CC) $(CFLAGS) -o verify verify.o $(PEX_LIBS) example.o $(LIB) $(EX_LIBS)
-
lib: $(LIBOBJ)
$(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.