$NetBSD: patch-etc_Makefile,v 1.4 2021/02/16 13:12:39 adam Exp $

Install config file examples properly.

--- etc/Makefile.orig	2020-08-26 04:30:03.000000000 +0000
+++ etc/Makefile
@@ -3,9 +3,9 @@ top_builddir = ..
 include ../config.mk
 
 install:
-	$(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY).conf.d
-	$(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY).xsd
-	$(CHMOD) 644 $(sysconfdir)/$(SQLRELAY).xsd
+	$(MKINSTALLDIRS) $(EXAMPLEDIR)/$(SQLRELAY).conf.d
+	$(CP) sqlrelay.xsd $(EXAMPLEDIR)/$(SQLRELAY).xsd
+	$(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).xsd
 	$(MKINSTALLDIRS) $(EXAMPLEDIR)
 	$(CP) sqlrelay.conf $(EXAMPLEDIR)/$(SQLRELAY).conf
 	$(CHMOD) 644 $(EXAMPLEDIR)/$(SQLRELAY).conf
