xref: /freebsd/share/man/man7/Makefile (revision 3a56015a2f5d630910177fa79a522bb95511ccf7)
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	clocks.7 \
10	crypto.7 \
11	development.7 \
12	environ.7 \
13	firewall.7 \
14	growfs.7 \
15	hier.7 \
16	hostname.7 \
17	intro.7 \
18	maclabel.7 \
19	mitigations.7 \
20	operator.7 \
21	orders.7 \
22	ports.7 \
23	release.7 \
24	sdoc.7 \
25	security.7 \
26	simd.7 \
27	sizeof.7 \
28	sprog.7 \
29	stats.7 \
30	stdint.7 \
31	sticky.7 \
32	tests.7 \
33	tuning.7
34
35MLINKS=	intro.7 miscellaneous.7
36MLINKS+= growfs.7 growfs_fstab.7
37MLINKS+= security.7 securelevel.7
38MLINKS+= c.7 c78.7
39MLINKS+= c.7 c89.7
40MLINKS+= c.7 c90.7
41MLINKS+= c.7 c95.7
42MLINKS+= c.7 c99.7
43MLINKS+= c.7 c11.7
44MLINKS+= c.7 c17.7
45MLINKS+= c.7 c23.7
46MLINKS+= c.7 c2y.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