--- archive/Makefile.in	Wed Nov 17 17:44:29 1999
+++ archive/Makefile.in.new	Mon Nov 22 16:21:56 1999
@@ -14,7 +14,7 @@
 #WARNINGS=$(WNOERROR) -ansi -pedantic -Wall -Wtraditional -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Dlint
 
 CC=@CC@ $(WARNINGS)
-CFLAGS=@CFLAGS@
+CFLAGS?=@CFLAGS@
 INSTALL_PROG=@INSTALL@
 
 ###################################################
@@ -25,7 +25,7 @@
 #
 # PLEASE read the README in this directory before continuing.
 
-PROGS = msg2archive$(SUFFIX) rdmsg$(SUFFIX)
+PROGS =
 
 all: $(PROGS) 
 
@@ -48,7 +48,7 @@
 	rm -f $(OBJS) Lint.out
 	rm -f $(PROGS)
 
-install: $(bindir)/msg2archive$(SUFFIX) $(bindir)/rdmsg$(SUFFIX)
+install:
 
 $(bindir)/msg2archive$(SUFFIX):  msg2archive$(SUFFIX)
 	@if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
