diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
commit | bc934a48ac4377c2c6477f490494bf1cebe88e45 (patch) | |
tree | 29ca1deef88d3da478a91538071142f9a4511ac0 /openssl/tests | |
parent | 6c764b15f07f87271ff01ca2bc55b0bcd318c74d (diff) |
distclean target
svn path=/Makefile.in; revision=3596
Diffstat (limited to 'openssl/tests')
-rw-r--r-- | openssl/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/tests/Makefile b/openssl/tests/Makefile index 8e0c14e5..4e38c699 100644 --- a/openssl/tests/Makefile +++ b/openssl/tests/Makefile @@ -26,5 +26,5 @@ test: ${BIN} test.cer test.cer: test.conf ${OPENSSL_DIR}/apps/openssl req -new -x509 -config test.conf -keyout test.key -out test.cer -outform DER -immaculate: clean +distclean: clean rm -f test.key test.cer |