
### Default paths and other configure options ###
# export SETTINGS_DIR=/etc/gbindadmin
# export CHROOT_PATH=/var/named
# export RNDC_CONF=/etc/rndc.conf
# export RESOLV_PATH=/etc/resolv.conf
# export SYSLOG_PATH=/var/log/messages
# export NAMED_BINARY=named
# export SED_BINARY=sed
# export DIG_BINARY=dig
# export RNDC_BINARY=rndc
# export RNDC_CONFGEN_BINARY=rndc-confgen
# export NAMED_USER=nobody
# export CMD_SLEEP_LOG_SECS=3


### Configure, make and make install ###
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --sbindir=/usr/sbin &&
make &&
make install
