NetBSD/share/doc/smm/11.named/Makefile

17 lines
476 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 6.4 (Berkeley) 6/30/90
# $Id: Makefile,v 1.4 1993/07/31 15:31:45 mycroft Exp $
1993-03-21 12:45:37 +03:00
DIR= smm/11.named
DOC= 11.named
1993-03-21 12:45:37 +03:00
SRCS= 00macs.me 00title.me intro.me build.me types.me setup.me \
files.me named.boot.primary named.boot.secondary named.boot.cache \
resolv.conf root.cache named.local ucbhosts ucbhosts.rev manage.me
MACROS= -me
NROFF= nroff -rb3
.include <bsd.doc.mk>
${DOC}.${PRINTER}: ${SRCS}
( cd ${.CURDIR} ; ${TBL} ${SRCS} ) | ${ROFF} > ${.TARGET}