* released 1.1.9 : SECURITY FIX
* don't use snprintf()'s return value as an end of message since it may
  be larger. This caused bus errors and segfaults in internal libc's
  getenv() during localtime() in send_log().
* removed dead insecure send_syslog() function and all references to it.
* fixed warnings on Solaris due to buggy implementation of isXXXX().
diff --git a/Makefile b/Makefile
index 81d1a39..88ed19c 100644
--- a/Makefile
+++ b/Makefile
@@ -45,5 +45,5 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-	rm -vf *.[oas] *~ core haproxy test nohup.out gmon.out
+	rm -f *.[oas] *~ core haproxy test nohup.out gmon.out