diff --git a/ssl/Makefile b/ssl/Makefile index d876d91fab861f518939aeb06e502165a47c2129..39cba8b77b640bd425241593f0583d812fb7792b 100644 --- a/ssl/Makefile +++ b/ssl/Makefile @@ -105,7 +105,9 @@ dclean: mv -f Makefile.new $(MAKEFILE) clean: - rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f record/*.obj record/lib record/retags record/core \ + record/.pure record/.nfs* record/*.old record/*.bak record/fluff # DO NOT DELETE THIS LINE -- make depend depends on it.