- djm@cvs.openbsd.org 2011/06/23 23:35:42
     [monitor.c]
     ignore EINTR errors from poll()
diff --git a/Makefile.in b/Makefile.in
index aeb67e1..3be3aa6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.324 2011/06/26 21:18:20 djm Exp $
+# $Id: Makefile.in,v 1.325 2011/08/05 20:15:18 djm Exp $
 
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
@@ -213,6 +213,8 @@
 veryclean: distclean
 	rm -f configure config.h.in *.0
 
+cleandir: veryclean
+
 mrproper: veryclean
 
 realclean: veryclean