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/doc | |
| parent | be16012135c446d5dd5657b757dd9ab724de6ca6 (diff) | |
add bind operators guide into share/doc/smm/10.named. PR 9996.
Diffstat (limited to 'usr.sbin/bind/doc')
| -rw-r--r-- | usr.sbin/bind/doc/Makefile | 5 | ||||
| -rw-r--r-- | usr.sbin/bind/doc/bog/Makefile | 23 |
2 files changed, 28 insertions, 0 deletions
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> |
