diff options
| author | itojun <itojun@NetBSD.org> | 2000-04-28 06:21:20 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-04-28 06:21:20 +0000 |
| commit | 5d5dd022cba2d7faefaf0c66eac09ae604f58c8a (patch) | |
| tree | 0a92131c0ce3451c997deb55ac30a7bd51f526c4 /usr.sbin/bind | |
| parent | be16012135c446d5dd5657b757dd9ab724de6ca6 (diff) | |
add bind operators guide into share/doc/smm/10.named. PR 9996.
Diffstat (limited to 'usr.sbin/bind')
| -rw-r--r-- | usr.sbin/bind/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/bind/doc/Makefile | 5 | ||||
| -rw-r--r-- | usr.sbin/bind/doc/bog/Makefile | 23 |
3 files changed, 30 insertions, 2 deletions
diff --git a/usr.sbin/bind/Makefile b/usr.sbin/bind/Makefile index eafc0383037..24d32192e58 100644 --- a/usr.sbin/bind/Makefile +++ b/usr.sbin/bind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/11/21 16:55:23 veego Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/28 06:21:20 itojun Exp $ SUBDIR= lib dig dnskeygen dnsquery host named named-bootconf named-xfer \ - ndc nslookup nsupdate reload restart + ndc nslookup nsupdate reload restart doc all-dig all-dnskeygen all-dnsquery all-host all-named all-named-xfer \ all-ndc all-nslookup all-nsupdate: all-lib diff --git a/usr.sbin/bind/doc/Makefile b/usr.sbin/bind/doc/Makefile new file mode 100644 index 00000000000..dca3b5f23e5 --- /dev/null +++ b/usr.sbin/bind/doc/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2000/04/28 06:21:21 itojun Exp $ + +SUBDIR= bog + +.include <bsd.subdir.mk> diff --git a/usr.sbin/bind/doc/bog/Makefile b/usr.sbin/bind/doc/bog/Makefile new file mode 100644 index 00000000000..e835537cc78 --- /dev/null +++ b/usr.sbin/bind/doc/bog/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2000/04/28 06:21:21 itojun Exp $ + +DIST= ${.CURDIR}/../../../../dist +.PATH: ${DIST}/bind/doc/bog + +DIR= smm/10.named +SRCS= 00macs.me 00title.me intro.me ns.me types.me\ + files.me named.boot.primary\ + named.boot.secondary named.boot.cache resolv.conf\ + root.cache named.local ucbhosts.rev ucbhosts \ + setup.me manage.me build.me ack.me +MACROS= -me +RM= rm -f +CLEANFILES+= bog.ps +ROFF= nroff ${MACROS} + +all: bog.ps + +bog.ps: ${SRCS} + ${RM} ${.TARGET} + ${TBL} ${.ALLSRC} | ${ROFF} >${.TARGET} + +.include <bsd.doc.mk> |
