summaryrefslogtreecommitdiffstats
path: root/share/man/man1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
committermarcel <marcel@FreeBSD.org>2012-10-22 01:18:41 +0000
commit8412efbea82a893c704af85b8b51e68d1fdc217c (patch)
tree7dfa45acec5e77f85aeea486243e3989c98529c5 /share/man/man1
parent6731953527d251334ba5f2b979c2eb86dccdf755 (diff)
downloadFreeBSD-src-8412efbea82a893c704af85b8b51e68d1fdc217c.zip
FreeBSD-src-8412efbea82a893c704af85b8b51e68d1fdc217c.tar.gz
Add ATF to the build. This is may be a bit rought around the egdes,
but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile
index 43bf944..23bc1d8 100644
--- a/share/man/man1/Makefile
+++ b/share/man/man1/Makefile
@@ -1,8 +1,16 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
+.include <bsd.own.mk>
+
MAN= builtin.1 intro.1
+.if ${MK_ATF} != "no"
+ATF= ${.CURDIR}/../../../contrib/atf
+.PATH: ${ATF}/doc
+MAN+= atf-test-program.1
+.endif
+
# Create MLINKS for Shell built in commands for which there are no userland
# utilities of the same name:
MLINKS= builtin.1 alias.1 \
OpenPOWER on IntegriCloud