1
2.include <src.opts.mk>
3
4#MISSING: eqnchar.7 ms.7 term.7
5MAN=	arch.7 \
6	ascii.7 \
7	bsd.snmpmod.mk.7 \
8	build.7 \
9	c.7 \
10	clocks.7 \
11	crypto.7 \
12	development.7 \
13	environ.7 \
14	firewall.7 \
15	growfs.7 \
16	hier.7 \
17	hostname.7 \
18	intro.7 \
19	maclabel.7 \
20	mitigations.7 \
21	operator.7 \
22	orders.7 \
23	ports.7 \
24	release.7 \
25	sdoc.7 \
26	security.7 \
27	simd.7 \
28	sizeof.7 \
29	sprog.7 \
30	stats.7 \
31	stdint.7 \
32	sticky.7 \
33	tests.7 \
34	tuning.7
35
36MLINKS=	intro.7 miscellaneous.7
37MLINKS+= growfs.7 growfs_fstab.7
38MLINKS+= security.7 securelevel.7
39MLINKS+= c.7 c78.7
40MLINKS+= c.7 c89.7
41MLINKS+= c.7 c90.7
42MLINKS+= c.7 c95.7
43MLINKS+= c.7 c99.7
44MLINKS+= c.7 c11.7
45MLINKS+= c.7 c17.7
46MLINKS+= c.7 c2x.7
47
48.if ${MK_INET} != "no"
49MAN+=	networking.7
50MLINKS+= networking.7 wifi.7
51.endif
52
53.if ${MK_TESTS} != "no"
54ATF=	${SRCTOP}/contrib/atf
55.PATH:	${ATF}/doc
56MAN+=	atf.7
57
58CLEANFILES+= atf.7
59atf.7: atf.7.in
60	sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
61	    <"${ATF}/doc/atf.7.in" >atf.7
62.endif
63
64.include <bsd.prog.mk>
65