$NetBSD: patch-aj,v 1.2 2015/12/29 23:34:44 dholland Exp $

Don't fail in clean. (Is this actually needed?)

--- tool/ifdef/Makefile.base~	2005-05-06 04:49:09.000000000 -0400
+++ tool/ifdef/Makefile.base	2008-09-05 00:10:44.000000000 -0400
@@ -18,4 +18,4 @@ get.o: get.c
 
 
 clean:
-	rm get.o ifdef.o ifdef
+	rm -f get.o ifdef.o ifdef
