]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man7/Makefile
MFC r317168:
[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 PACKAGE=runtime-manuals
7
8 #MISSING: eqnchar.7 ms.7 term.7
9 MAN=    adding_user.7 \
10         arch.7 \
11         ascii.7 \
12         bsd.snmpmod.mk.7 \
13         build.7 \
14         clocks.7 \
15         crypto.7 \
16         c99.7 \
17         development.7 \
18         environ.7 \
19         ffs.7 \
20         firewall.7 \
21         growfs.7 \
22         hier.7 \
23         hostname.7 \
24         intro.7 \
25         maclabel.7 \
26         mailaddr.7 \
27         operator.7 \
28         ports.7 \
29         release.7 \
30         sdoc.7 \
31         security.7 \
32         sprog.7 \
33         stdint.7 \
34         sticky.7 \
35         tests.7 \
36         tuning.7
37
38 MLINKS= intro.7 miscellaneous.7
39 MLINKS+= security.7 securelevel.7
40 MLINKS+= c99.7 c.7
41 MLINKS+= c99.7 c78.7
42 MLINKS+= c99.7 c89.7
43 MLINKS+= c99.7 c90.7
44
45 .if ${MK_TESTS} != "no"
46 ATF=    ${.CURDIR}/../../../contrib/atf
47 .PATH:  ${ATF}/doc
48 MAN+=   atf.7
49
50 CLEANFILES+= atf.7
51 atf.7: atf.7.in
52         sed -e 's,__DOCDIR__,/usr/share/doc/atf,g' \
53             <"${ATF}/doc/atf.7.in" >atf.7
54 .endif
55
56 .include <bsd.prog.mk>