summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-15 23:32:23 +0000
committercls%seawood.org <devnull@localhost>2001-04-15 23:32:23 +0000
commit70729f1167b1c555ec7fd095f02ab03bd742f180 (patch)
tree27fa616f82a1aae3922d3a398e2d6b4e08e58e09
parent41d2bf3f8e39d2ed38a31fa1237a22f6c55a9639 (diff)
downloadnss-hg-70729f1167b1c555ec7fd095f02ab03bd742f180.tar.gz
Add distclean target
-rw-r--r--security/nss/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/Makefile.in b/security/nss/Makefile.in
index 3343db5cc..d2d128323 100644
--- a/security/nss/Makefile.in
+++ b/security/nss/Makefile.in
@@ -115,3 +115,9 @@ else
endif
endif
+DIST_GARBAGE = config.cache config.log config.status \
+ coreconf
+
+distclean::
+ cat unallmakefiles | $(XARGS) rm -f
+ rm -rf unallmakefiles $(DIST_GARBAGE)