adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/utils/cvsTools/makefile src/utils/cvsTools/makefile
index 12357ec..8532a74 100755
--- src/utils/cvsTools/makefile
+++ src/utils/cvsTools/makefile
@@ -1,18 +1,21 @@
 include ../../inc/common.mk
 CVSTOOLS= cvsFiles cvsStatusFilter cvsup cvscheck
 
 all: ${CVSTOOLS:%=${BINDIR}/%}
 
 ${BINDIR}/%: %
 	@${MKDIR} ${BINDIR}
 	chmod a+rx $<
 	rm -f $@
 	cp -pf $< $@
 
 scripts: ${CVSTOOLS:%=${SCRIPTS}/%}
 
 ${SCRIPTS}/%: %
 	@${MKDIR} ${SCRIPTS}
 	chmod a+rx $<
 	rm -f $@
 	cp -pf $< $@
+
+clean::
+	@echo nothing to clean in src/utils/cvsTools/