summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-26 23:14:33 +0000
committerpst <pst@FreeBSD.org>1994-09-26 23:14:33 +0000
commit0ac72c6208f0fb64e0c40c639987bb629df6d4bb (patch)
treed22f5aa5671e1e2b6ce66437266c6ecd77e738f4
parent7c60a4347c7c992c0059dd04bad99a1f4bf79ca0 (diff)
downloadFreeBSD-src-0ac72c6208f0fb64e0c40c639987bb629df6d4bb.zip
FreeBSD-src-0ac72c6208f0fb64e0c40c639987bb629df6d4bb.tar.gz
Enable new bind utilities.
-rw-r--r--usr.bin/Makefile6
-rw-r--r--usr.sbin/Makefile2
-rw-r--r--usr.sbin/named/Makefile2
-rw-r--r--usr.sbin/named/tools/named.reload/Makefile4
-rw-r--r--usr.sbin/named/tools/named.restart/Makefile4
5 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 9e11c49..122d94f 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.20 1994/09/22 01:26:58 wollman Exp $
+# $Id: Makefile,v 1.21 1994/09/23 00:00:57 ache Exp $
# XXX MISSING: bc dc deroff diction diff ex graph learn plot
# ptx spell spline struct units xsend
@@ -10,9 +10,9 @@
#
SUBDIR= apply ar at banner basename biff cal calendar \
cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
- comm compress cpp ctags cut dirname du \
+ comm compress cpp ctags cut dig dirname du \
env error expand f2c false file find finger fmt fold fpr from \
- fsplit fstat ftp gcore gprof head hexdump id indent ipcrm ipcs \
+ fsplit fstat ftp gcore gprof head hexdump host id indent ipcrm ipcs \
join jot kdump ktrace key keyinfo keyinit lam last \
lastcomm leave lex locate lock logger login logname lorder \
lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index daafc53..25ade54 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -6,7 +6,7 @@
SUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \
cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \
inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
- manctl mtree mrouted pkg_install portmap pstat \
+ manctl mtree mrouted named nslookup pkg_install portmap pstat \
pwd_mkdb quotaon repquota routed rmt rtprio rwhod sa sendmail \
sliplogin sysctl syslogd tcpdump traceroute trpt tzsetup vidcontrol \
vipw xntpd ypbind yppoll ypset zic
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile
index 9b225f4..c337c36 100644
--- a/usr.sbin/named/Makefile
+++ b/usr.sbin/named/Makefile
@@ -56,7 +56,7 @@
## --Copyright--
PROG= named
-MAN8= named.8 named.restart.8 named.reload.8
+MAN8= named.8
LDADD= -lutil
SRCS= db_dump.c db_load.c db_lookup.c db_reload.c db_save.c db_update.c \
db_secure.c db_glue.c \
diff --git a/usr.sbin/named/tools/named.reload/Makefile b/usr.sbin/named/tools/named.reload/Makefile
index db571da..5ebc77f 100644
--- a/usr.sbin/named/tools/named.reload/Makefile
+++ b/usr.sbin/named/tools/named.reload/Makefile
@@ -8,11 +8,11 @@ INDOT=
beforeinstall: named.reload
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
- ${.CURDIR}/named.reload ${DESTDIR}${BINDIR}
+ named.reload ${DESTDIR}${BINDIR}
named.reload: named.reload.sh Makefile
sed -e "s|%PIDDIR%|${PIDDIR}|" \
- < named.reload.sh > named.reload
+ < ${.CURDIR}/named.reload.sh > named.reload
.include "${.CURDIR}/../../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/named/tools/named.restart/Makefile b/usr.sbin/named/tools/named.restart/Makefile
index 69a6512..e5ffe0a 100644
--- a/usr.sbin/named/tools/named.restart/Makefile
+++ b/usr.sbin/named/tools/named.restart/Makefile
@@ -8,13 +8,13 @@ INDOT=
beforeinstall: named.restart
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
- ${.CURDIR}/named.restart ${DESTDIR}${BINDIR}
+ named.restart ${DESTDIR}${BINDIR}
named.restart: named.restart.sh Makefile
sed -e "s|%PIDDIR%|${PIDDIR}|" \
-e "s|%INDOT%|${INDOT}|" \
-e "s|%DESTSBIN%|${BINDIR}|" \
- < named.restart.sh > named.restart
+ < ${.CURDIR}/named.restart.sh > named.restart
.include "${.CURDIR}/../../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud