blob: 4c03a50f6e1502ed6492afc9f1db0b8fcda9beb9 (
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.2 2002/04/03 03:44:33 itojun Exp $
--- Makefile.orig Tue Apr 2 22:53:49 2002
+++ Makefile Wed Apr 3 12:42:29 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 =
@@ -80,7 +79,7 @@
#
# Please see DBFLAGS below to switch the internal database type.
#
-FEATURES = # -DMIMIC_BIND8 -DINET6
+FEATURES = -DINET6
# To compile NSD with internal red-black tree database
# uncomment the following two lines
|