xref: /386bsd/usr/src/share/doc/smm/11.named/Makefile (revision a2142627)
1#	@(#)Makefile	6.4 (Berkeley) 6/30/90
2
3DIR=	smm/11.named
4SRCS=	00macs.me 00title.me intro.me build.me types.me setup.me \
5	files.me named.boot.primary named.boot.secondary named.boot.cache \
6	resolv.conf root.cache named.local ucbhosts ucbhosts.rev manage.me
7MACROS=	-me
8NROFF=	nroff -rb3
9
10paper.${PRINTER}: ${SRCS}
11	${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
12
13.include <bsd.doc.mk>
14