From 1b55e2887afa1270635f9c9a1836d539e11144fa Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 21 Jan 2011 19:44:55 +0000 Subject: Add deinstall/uninstall targets, even when they're no-ops. svn path=/Makefile.in; revision=3628 --- openssl/tests/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openssl/tests') 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 -- cgit v1.2.3