$NetBSD: patch-aa,v 1.9 2005/11/05 21:27:53 joerg Exp $

--- Makefile.in-	2005-01-19 11:05:06.000000000 +0900
+++ Makefile.in	2005-01-19 11:06:59.000000000 +0900
@@ -148,8 +148,9 @@
 	$(INSTALL_DATA) zonec.8 $(mandir)/man8
 	$(INSTALL_DATA) nsd-notify.8 $(mandir)/man8/nsd-notify.8
 	$(INSTALL_DATA) nsd-xfer.8 $(mandir)/man8/nsd-xfer.8
-	$(INSTALL_DATA) nsdc.conf.sample $(configfile).sample
-	$(INSTALL_DATA) nsd.zones.sample $(zonesfile).sample
+	mkdir -p $(prefix)/share/examples/nsd
+	$(INSTALL_DATA) nsdc.conf.sample $(prefix)/share/examples/nsd/nsdc.conf
+	$(INSTALL_DATA) nsd.zones.sample $(prefix)/share/examples/nsd/nsd.zones
 
 uninstall:
 	@echo
