aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-21 19:44:55 +0000
committerRob Austein <sra@hactrn.net>2011-01-21 19:44:55 +0000
commit1b55e2887afa1270635f9c9a1836d539e11144fa (patch)
tree018b4a373caeaac65a0544ac231f9b2ee5e0f254 /openssl
parent1e2f7c85f91dde777faef3abf8a0be6753d00fb5 (diff)
Add deinstall/uninstall targets, even when they're no-ops.
svn path=/Makefile.in; revision=3628
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Makefile.in3
-rw-r--r--openssl/tests/Makefile.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in
index 5353427a..76c2c006 100644
--- a/openssl/Makefile.in
+++ b/openssl/Makefile.in
@@ -53,6 +53,9 @@ openssl-${VERSION}/config: openssl-${VERSION}.tar.gz
install:
@echo Not attempting to install modified OpenSSL, if you want that, do it yourself
+deinstall uninstall:
+ @echo We never install our modified OpenSSL, so we do not deinstall it either
+
sandblast:
svn st -v openssl* | awk '/^I/ && NF == 2 {system("set -x; rm -rf " $$2)}'
diff --git a/openssl/tests/Makefile.in b/openssl/tests/Makefile.in
index 42a3cd74..92cbb4bb 100644
--- a/openssl/tests/Makefile.in
+++ b/openssl/tests/Makefile.in
@@ -33,3 +33,6 @@ test.cer: test.conf
distclean: clean
rm -f test.key test.cer
+
+install deinstall uninstall:
+ @true