$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