aboutsummaryrefslogtreecommitdiff
path: root/openssl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Makefile.in')
-rw-r--r--openssl/Makefile.in3
1 files changed, 3 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)}'