xref: /freebsd/share/man/man7/Makefile (revision 193f2289fc9a5c7464b460e1e61c2c0ac8c9f57d)
1.include <src.opts.mk>
2
3#MISSING: eqnchar.7 ms.7 term.7
4MAN=	arch.7 \
5	ascii.7 \
6	bsd.snmpmod.mk.7 \
7	build.7 \
8	c.7 \
9	d.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	named_attribute.7 \
22	operator.7 \
23	orders.7 \
24	ports.7 \
25	release.7 \
26	sdoc.7 \
27	security.7 \
28	simd.7 \
29	sizeof.7 \
30	sprog.7 \
31	stats.7 \
32	stdint.7 \
33	sticky.7 \
34	tests.7 \
35	tracing.7 \
36	tuning.7
37
38MLINKS=	intro.7 miscellaneous.7
39MLINKS+= growfs.7 growfs_fstab.7
40MLINKS+= security.7 securelevel.7
41MLINKS+= c.7 c78.7
42MLINKS+= c.7 c89.7
43MLINKS+= c.7 c90.7
44MLINKS+= c.7 c95.7
45MLINKS+= c.7 c99.7
46MLINKS+= c.7 c11.7
47MLINKS+= c.7 c17.7
48MLINKS+= c.7 c23.7
49MLINKS+= c.7 c2y.7
50
51.if ${MK_INET} != "no"
52MAN+=	networking.7
53MLINKS+= networking.7 wifi.7
54.endif
55
56.if ${MK_TESTS} != "no"
57ATF=	${SRCTOP}/contrib/atf
58.PATH:	${ATF}/doc
59MAN+=	atf.7
60
61CLEANFILES+= atf.7
62atf.7: atf.7.in
63	sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
64	    <"${ATF}/doc/atf.7.in" >atf.7
65.endif
66
67.include <bsd.prog.mk>
68