$NetBSD: patch-ad,v 1.3 2002/06/20 19:28:36 jlam Exp $

--- configs/Makerules.orig	Wed Aug 30 15:33:28 2000
+++ configs/Makerules
@@ -117,11 +117,7 @@
 
 c_conf_install: $(CCONFFILES)
 ifdef CCONFFILES
-	if test $(sysconfdir) = /etc/coda ; then \
-	    $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \
-	else \
-	    $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \
-	fi
+	$(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $?
 endif
 
 c_script_install: $(CSCRIPTS)
@@ -156,11 +152,7 @@
 
 s_conf_install: $(SCONFFILES)
 ifdef SCONFFILES
-	if test $(sysconfdir) = /etc/coda ; then \
-	    $(TOPDIR)/tools/our-install 644 $(prefix)/..$(sysconfdir) $? ; \
-	else \
-	    $(TOPDIR)/tools/our-install 644 $(sysconfdir) $? ; \
-	fi
+	$(TOPDIR)/tools/our-install 644 $(prefix)/share/examples/coda $?
 endif
 
 s_script_install: $(SSCRIPTS)
