xref: /netbsd-src/share/man/man7/Makefile (revision 9fd8799cb5ceb66c69f2eb1a6d26a1d587ba1f1e)
1#	$NetBSD: Makefile,v 1.35 2020/06/23 16:08:46 maxv Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3
4.include <bsd.init.mk>
5
6# missing: eqnchar.7 man.7 ms.7 term.7
7
8MAN=	ascii.7 c.7 environ.7 glob.7 groups.7 hier.7 hostname.7 intro.7 \
9	kernel_sanitizers.7 mailaddr.7 module.7 nls.7 operator.7 orders.7 \
10	pkgsrc.7 release.7 \
11	rfc6056.7 security.7 script.7 setuid.7 signal.7 src.7 sticky.7 \
12	symlink.7 sysctl.7 tests.7 users.7
13
14CLEANFILES=	tests.7
15.if ${MKKYUA} != "no"
16tests.7: tests.kyua.7
17	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
18.else
19tests.7: tests.atf.7
20	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
21.endif
22
23MLINKS+=c.7 c78.7 \
24	c.7 c89.7 \
25	c.7 c90.7 \
26	c.7 c99.7
27
28.include <bsd.man.mk>
29