mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Now that we have a complete Bind Operations Guide, build and install it.
This commit is contained in:
parent
f1c72c4c70
commit
5def28a6a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17926
14
share/doc/smm/10.named/Makefile
Normal file
14
share/doc/smm/10.named/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $Id$
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../../contrib/bind/doc/bog
|
||||
|
||||
VOLUME= 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
|
||||
|
||||
.include <bsd.doc.mk>
|
@ -1,17 +1,17 @@
|
||||
# From: @(#)Makefile 8.1 (Berkeley) 6/10/93
|
||||
# $Id: Makefile,v 1.2 1995/01/11 00:12:20 wollman Exp $
|
||||
# $Id: Makefile,v 1.3 1995/01/11 19:51:47 wollman Exp $
|
||||
|
||||
# The following modules do not describe FreeBSD:
|
||||
# 14.uucpimpl, 15.uucpnet
|
||||
|
||||
# The following modules do not build/install:
|
||||
# 10.named (no documentation at all)
|
||||
# 13.amd (documentation is TeXinfo)
|
||||
# 16.security 17.password (encumbered)
|
||||
|
||||
BINDIR= /usr/share/doc/smm
|
||||
SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
|
||||
06.nfs 07.lpd 08.sendmailop 09.sendmail 11.timedop 12.timed 18.net
|
||||
06.nfs 07.lpd 08.sendmailop 09.sendmail 10.named 11.timedop \
|
||||
12.timed 18.net
|
||||
|
||||
.if ${MACHINE} == "tahoe"
|
||||
SUBDIR+=01.setup
|
||||
|
Loading…
Reference in New Issue
Block a user