diff options
-rw-r--r-- | openssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 9836299b..cb770a96 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -19,3 +19,6 @@ openssl-${VERSION}/config: openssl-${VERSION}.tar.gz install: @echo Not attempting to install modified OpenSSL, if you want that, do it yourself + +sandblast: + svn st -v openssl* | awk '/^I/ && NF == 2 {system("set -x; rm -rf " $$2)}' |