]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/man/man7/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / man / man7 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 #MISSING: eqnchar.7 ms.7 term.7
7 MAN=    adding_user.7 \
8         ascii.7 \
9         bsd.snmpmod.mk.7 \
10         build.7 \
11         clocks.7 \
12         c99.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         mailaddr.7 \
23         operator.7 \
24         ports.7 \
25         release.7 \
26         sdoc.7 \
27         security.7 \
28         sprog.7 \
29         stdint.7 \
30         sticky.7 \
31         tests.7 \
32         tuning.7
33
34 MLINKS= intro.7 miscellaneous.7
35 MLINKS+= security.7 securelevel.7
36 MLINKS+= c99.7 c.7
37 MLINKS+= c99.7 c78.7
38 MLINKS+= c99.7 c89.7
39 MLINKS+= c99.7 c90.7
40
41 .if ${MK_TESTS} != "no"
42 ATF=    ${.CURDIR}/../../../contrib/atf
43 .PATH:  ${ATF}/doc
44 MAN+=   atf.7
45
46 CLEANFILES+= atf.7
47 atf.7: atf.7.in
48         sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
49             <"${ATF}/doc/atf.7.in" >atf.7
50 .endif
51
52 .include <bsd.prog.mk>