xref: /netbsd-src/share/man/man7/Makefile (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1#	$NetBSD: Makefile,v 1.36 2021/01/10 23:24:26 riastradh 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 entropy.7 environ.7 glob.7 groups.7 hier.7 hostname.7 \
9	intro.7 \
10	kernel_sanitizers.7 mailaddr.7 module.7 nls.7 operator.7 orders.7 \
11	pkgsrc.7 release.7 \
12	rfc6056.7 security.7 script.7 setuid.7 signal.7 src.7 sticky.7 \
13	symlink.7 sysctl.7 tests.7 users.7
14
15CLEANFILES=	tests.7
16.if ${MKKYUA} != "no"
17tests.7: tests.kyua.7
18	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
19.else
20tests.7: tests.atf.7
21	rm -f ${.TARGET} && cp ${.ALLSRC} ${.TARGET}
22.endif
23
24MLINKS+=c.7 c78.7 \
25	c.7 c89.7 \
26	c.7 c90.7 \
27	c.7 c99.7 \
28	entropy.7 random.7
29
30.include <bsd.man.mk>
31