]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/Makefile
Merge OpenSSL 1.0.1m.
[FreeBSD/FreeBSD.git] / share / man / man7 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
3
4 .include <src.opts.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         crypto.7 \
13         c99.7 \
14         development.7 \
15         environ.7 \
16         ffs.7 \
17         firewall.7 \
18         growfs.7 \
19         hier.7 \
20         hostname.7 \
21         intro.7 \
22         maclabel.7 \
23         mailaddr.7 \
24         operator.7 \
25         ports.7 \
26         release.7 \
27         sdoc.7 \
28         security.7 \
29         sprog.7 \
30         stdint.7 \
31         sticky.7 \
32         tests.7 \
33         tuning.7
34
35 MLINKS= intro.7 miscellaneous.7
36 MLINKS+= security.7 securelevel.7
37 MLINKS+= c99.7 c.7
38 MLINKS+= c99.7 c78.7
39 MLINKS+= c99.7 c89.7
40 MLINKS+= c99.7 c90.7
41
42 .if ${MK_TESTS} != "no"
43 ATF=    ${.CURDIR}/../../../contrib/atf
44 .PATH:  ${ATF}/doc
45 MAN+=   atf.7
46
47 CLEANFILES+= atf.7
48 atf.7: atf.7.in
49         sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
50             <"${ATF}/doc/atf.7.in" >atf.7
51 .endif
52
53 .include <bsd.prog.mk>