--- Makefile.orig	2005-05-26 03:39:40 UTC
+++ Makefile
@@ -23,6 +23,9 @@ all: cvsps
 cvsps: $(OBJS)
 	$(CC) -o cvsps $(OBJS) -lz
 
+.c.o:
+	$(CC) $(CFLAGS) -c -o $@ $<
+
 install:
 	[ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
 	[ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1
