aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2013-10-12 06:06:53 +0000
commitec0e2ac61191e70d8d226e0ae40d8a8b6d2d6cf7 (patch)
tree6a822df737c23b9e5aaccac426168402b3673948 /share/man/man7
parentc831112179614a167b829a5af95fdff7c1178a11 (diff)
downloadsrc-ec0e2ac61191e70d8d226e0ae40d8a8b6d2d6cf7.tar.gz
src-ec0e2ac61191e70d8d226e0ae40d8a8b6d2d6cf7.zip
Remove most of the ATF tools and the _atf user.
This is necessary because ATF is deprecated and it will be replaced by Kyua. Submitted by: jmmv@netbsd.org Reviewed by: Garrett Cooper Approved by: re
Notes
Notes: svn path=/head/; revision=256365
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile
index 8417934b7133..7e9c43bcde26 100644
--- a/share/man/man7/Makefile
+++ b/share/man/man7/Makefile
@@ -36,17 +36,4 @@ MLINKS+= c99.7 c78.7
MLINKS+= c99.7 c89.7
MLINKS+= c99.7 c90.7
-.if ${MK_ATF} != "no"
-ATF= ${.CURDIR}/../../../contrib/atf
-.PATH: ${ATF}/doc
-MAN+= atf.7
-
-CLEANFILES+= atf.7 atf.7.tmp
-atf.7: atf.7.in
- sed -e 's,__DOCDIR__,${DOCDIR}/atf,g' \
- -e 's,__TESTSDIR__,${TESTSBASE},g' \
- < ${.ALLSRC} > ${.TARGET}.tmp
- mv ${.TARGET}.tmp ${.TARGET}
-.endif
-
.include <bsd.prog.mk>