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