summaryrefslogtreecommitdiffstats
path: root/share/man/man7/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-25 05:33:04 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-25 05:33:04 +0000
commit8f6b8f1a28fa4df15d55ece671e8f387c997e79c (patch)
treea6a01f6711658ecee4088817693ab35f7af27dac /share/man/man7/Makefile
parenteda064e31ec36c70f9e05f6797e914e4c985526a (diff)
downloadFreeBSD-src-8f6b8f1a28fa4df15d55ece671e8f387c997e79c.zip
FreeBSD-src-8f6b8f1a28fa4df15d55ece671e8f387c997e79c.tar.gz
Add a tests(7) manual page.
This manual page intends to describe the structure and behavior of the FreeBSD test suite installed in /usr/tests. The contents have been inherited from the NetBSD manual page. As a side effect, this also updates the hier(7) manual page to mention /usr/tests and points at tests(7) for more details. Submitted by: Julio Merino jmmv google.com Reviewed by: sjg MFC after: 2 weeks
Diffstat (limited to 'share/man/man7/Makefile')
-rw-r--r--share/man/man7/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 7e9c43b..6b9402c 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -29,6 +29,10 @@ MAN= adding_user.7 \
sticky.7 \
tuning.7
+.if ${MK_TESTS} != "no"
+MAN+= tests.7
+.endif
+
MLINKS= intro.7 miscellaneous.7
MLINKS+= security.7 securelevel.7
MLINKS+= c99.7 c.7
OpenPOWER on IntegriCloud