components/openssl/openssl-0.9.8-fips-140/Makefile
changeset 365 f10c11e3a4a5
parent 364 73fbb345104d
child 609 775168282b2f
--- a/components/openssl/openssl-0.9.8-fips-140/Makefile	Tue Jul 05 09:53:54 2011 -0700
+++ b/components/openssl/openssl-0.9.8-fips-140/Makefile	Tue Jul 05 13:46:16 2011 -0700
@@ -130,6 +130,10 @@
 	( unset BITS; \
 	$(MAKE) -C $(COMPONENT_DIR)/../openssl-fips install; )
 
+# download, clean, and clobber should all propogate to the fips bits
+download clobber clean::
+	(cd ../openssl-fips ; $(GMAKE) $@)
+
 # We do not ship our engines as patches since it would be more difficult to
 # update the files which have been under continuous development. We rather copy
 # the files to the right directories and let OpenSSL makefiles build it.