We don't have a bind4.
This commit is contained in:
parent
b4d29cbd68
commit
f250672496
13
etc/Makefile
13
etc/Makefile
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.129 1999/12/13 10:19:32 christos Exp $
|
# $NetBSD: Makefile,v 1.130 2000/02/03 17:51:51 veego Exp $
|
||||||
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
||||||
|
|
||||||
# Environment variables without default values:
|
# Environment variables without default values:
|
||||||
@ -20,8 +20,6 @@
|
|||||||
# before kernel compile
|
# before kernel compile
|
||||||
# NO_SENDMAIL is normally undefined; if defined, it will not do a
|
# NO_SENDMAIL is normally undefined; if defined, it will not do a
|
||||||
# `make distribution' in the sendmail config file source directory.
|
# `make distribution' in the sendmail config file source directory.
|
||||||
# USE_BIND4 is normally unset; if set, it will install a named.boot
|
|
||||||
# instead of a named.conf in etc/namedb.
|
|
||||||
# EXTRA_KERNELS has a machine-dependent list of kernels to build added
|
# EXTRA_KERNELS has a machine-dependent list of kernels to build added
|
||||||
# to it, but you may also set this to have extra ones built.
|
# to it, but you may also set this to have extra ones built.
|
||||||
# BUILD_KERNELS are a machine-dependent list of kernels that should just
|
# BUILD_KERNELS are a machine-dependent list of kernels that should just
|
||||||
@ -38,7 +36,7 @@
|
|||||||
# stuff for this target is found in etc.${MACHINE}/Makefile.inc.
|
# stuff for this target is found in etc.${MACHINE}/Makefile.inc.
|
||||||
# release: a synonym for `snapshot'
|
# release: a synonym for `snapshot'
|
||||||
|
|
||||||
# XXX: For NO_SENDMAIL, USE_BIND4 and INSTPRIV
|
# XXX: For NO_SENDMAIL and INSTPRIV
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
TZDIR= /usr/share/zoneinfo
|
TZDIR= /usr/share/zoneinfo
|
||||||
@ -102,12 +100,7 @@ BIN2+= motd
|
|||||||
# -rw-------
|
# -rw-------
|
||||||
BIN3+= hosts.equiv
|
BIN3+= hosts.equiv
|
||||||
|
|
||||||
NAMEDB= 127 root.cache
|
NAMEDB= 127 root.cache named.conf
|
||||||
.ifdef USE_BIND4
|
|
||||||
NAMEDB+= named.boot
|
|
||||||
.else
|
|
||||||
NAMEDB+= named.conf
|
|
||||||
.endif
|
|
||||||
PCS= pcs750.bin
|
PCS= pcs750.bin
|
||||||
|
|
||||||
all clean cleandir depend distclean etc includes install lint:
|
all clean cleandir depend distclean etc includes install lint:
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
; $NetBSD: named.boot,v 1.5 1999/01/22 01:41:19 mycroft Exp $
|
|
||||||
; from @(#)named.boot 8.1 (Berkeley) 6/9/93
|
|
||||||
|
|
||||||
; boot file for secondary name server
|
|
||||||
; Note that there should be one primary entry for each SOA record.
|
|
||||||
|
|
||||||
directory /etc/namedb
|
|
||||||
|
|
||||||
; type domain source host/file backup file
|
|
||||||
|
|
||||||
cache . root.cache
|
|
||||||
primary 127.IN-ADDR.ARPA 127
|
|
||||||
|
|
||||||
; example secondary server config:
|
|
||||||
; secondary Berkeley.EDU 128.32.130.11 128.32.133.1 berkeley.edu.cache
|
|
||||||
; secondary 32.128.IN-ADDR.ARPA 128.32.130.11 128.32.133.1 128.32.bak
|
|
||||||
|
|
||||||
; example primary server config:
|
|
||||||
; primary Berkeley.EDU berkeley.edu
|
|
||||||
; primary 32.128.IN-ADDR.ARPA 128.32
|
|
Loading…
Reference in New Issue
Block a user