blob: 9f5d9f9febd66f2f2d6d0ff813faf0a25bf64521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.3 2002/05/08 03:08:34 itojun Exp $
--- Makefile.orig Thu May 2 00:58:23 2002
+++ Makefile Tue May 7 14:26:33 2002
@@ -41,15 +41,14 @@
# Run-time enviroment settings
# The directory where the nsd nsdc and zonec binaries will be installed
-PREFIX = /usr/local
NSDBINDIR = ${PREFIX}/sbin
NSDMANDIR = ${PREFIX}/man/man8
# The directory where the master zone files are located
-NSDZONESDIR = ${PREFIX}/etc/nsd
+NSDZONESDIR = /etc/nsd
# The file containing the list of the zones to be compiled into the NSD database
-NSDZONES = ${PREFIX}/etc/nsd/nsd.zones
+NSDZONES = /etc/nsd/nsd.zones
# The flags to pass to the NSD on startup
NSDFLAGS =
@@ -92,7 +91,7 @@
#
# Please see DBFLAGS below to switch the internal database type.
#
-FEATURES = # -DINET6
+FEATURES = -DINET6
# To compile NSD with internal red-black tree database
# uncomment the following two lines
|