xref: /minix3/external/bsd/kyua-cli/share/man/man7/Makefile (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
1*84d9c625SLionel Sambuc# $NetBSD: Makefile,v 1.2 2013/10/18 23:41:40 jmmv Exp $
211be35a1SLionel Sambuc
311be35a1SLionel Sambuc.include <bsd.init.mk>
411be35a1SLionel Sambuc
511be35a1SLionel Sambuc.PATH:	${SRCDIR}/doc
611be35a1SLionel Sambuc
711be35a1SLionel Sambuc.for name in kyua-build-root.7 kyua-test-filters.7
811be35a1SLionel SambucMAN+=	${name}
9*84d9c625SLionel Sambuc${name}: ${name}.in ${MANPAGE_DEPS}
1011be35a1SLionel Sambuc	name=${name}; ${BUILD_MANPAGE}
1111be35a1SLionel Sambuc.endfor
1211be35a1SLionel Sambuc
1311be35a1SLionel Sambuc.include <bsd.man.mk>
14