aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7/Makefile')
-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>