blob: c72fb2902a53e62c3dc05b712f05edf15adbe95c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.8 2005/01/19 02:11:24 itojun 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
+ $(INSTALL_DATA) nsd.zones.sample $(prefix)/share/examples/nsd
uninstall:
@echo
|