$NetBSD$

--- mace4.src/Makefile.orig	2009-04-17 14:46:46.000000000 +0000
+++ mace4.src/Makefile
@@ -38,10 +38,10 @@ tags:
 	etags *.c ../ladr/*.c
 
 clean:
-	/bin/rm -f *.o
+	rm -f *.o
 
 realclean:
-	/bin/rm -f *.o *.a mace4
+	rm -f *.o *.a mace4
 
-install:
-	/bin/mv mace4 ../bin
+install: mace4
+	mv mace4 ../bin
