xref: /freebsd/share/man/man7/Makefile (revision c29459f901dc73e1ebe1e654da2677cc0b7bd296)
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	tracing.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 c23.7
47MLINKS+= c.7 c2y.7
48
49.if ${MK_INET} != "no"
50MAN+=	networking.7
51MLINKS+= networking.7 wifi.7
52.endif
53
54.if ${MK_TESTS} != "no"
55ATF=	${SRCTOP}/contrib/atf
56.PATH:	${ATF}/doc
57MAN+=	atf.7
58
59CLEANFILES+= atf.7
60atf.7: atf.7.in
61	sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
62	    <"${ATF}/doc/atf.7.in" >atf.7
63.endif
64
65.include <bsd.prog.mk>
66