summaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-22 04:51:32 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-22 04:51:32 +0000
commit1b25be62dcfbe55fc65e81ce54d84b60268b640a (patch)
tree78855a2f7a09d16574c4268a01803afc2a8e88c9 /usr.sbin/named
parenta3915d4230487fd4e09987331029da9f92a520ff (diff)
somehow this got lost from the last commit
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/doc/bog/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/named/doc/bog/Makefile b/usr.sbin/named/doc/bog/Makefile
new file mode 100644
index 00000000000..9a0b5cbd450
--- /dev/null
+++ b/usr.sbin/named/doc/bog/Makefile
@@ -0,0 +1,16 @@
+# $OpenBSD: Makefile,v 1.1 1998/05/22 04:51:31 millert Exp $
+
+DIR= smm/10.named
+MACROS= -me
+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
+
+all: bog.ps
+
+bog.ps: ${SRCS}
+ rm -f ${.TARGET}
+ ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
+
+.include <bsd.doc.mk>