summaryrefslogtreecommitdiff
path: root/share/doc
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2009-01-19 07:08:14 +0000
committerjmmv <jmmv@NetBSD.org>2009-01-19 07:08:14 +0000
commit0cdcf7cea65e81fba8c1f316cd1141a6ff669c18 (patch)
tree4d743667d72eda87b8e68aa2c44fca4032e4d2c2 /share/doc
parent2e51a772b32893921b99424a86f0bd8cb86484cd (diff)
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it. 0.6 is going to be imported in external/bsd/atf, with all the necessary Makefiles in that same hierarchy.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/atf/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/share/doc/atf/Makefile b/share/doc/atf/Makefile
deleted file mode 100644
index a123eac1e7e..00000000000
--- a/share/doc/atf/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2008/10/25 22:27:35 apb Exp $
-
-.include <bsd.own.mk>
-
-SRCDIR= ${NETBSDSRCDIR}/dist/atf
-.PATH: ${SRCDIR}
-.PATH: ${SRCDIR}/atf-c
-.PATH: ${SRCDIR}/atf-c++
-.PATH: ${SRCDIR}/atf-sh
-.PATH: ${SRCDIR}/doc
-
-.if ${MKDOC} != "no"
-FILESDIR= /usr/share/doc/atf
-FILES= AUTHORS COPYING NEWS README ROADMAP
-.endif
-
-MAN= atf.7 atf-formats.5 atf-test-case.4 atf-test-program.1
-MAN+= atf-c-api.3 atf-c++-api.3 atf-sh-api.3
-
-CLEANFILES+= atf.7 atf.7.tmp
-atf.7: atf.7.in
- ${TOOL_SED} -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
- <${SRCDIR}/doc/atf.7.in >atf.7.tmp
- mv atf.7.tmp atf.7
-
-.include <bsd.files.mk>
-.include <bsd.man.mk>