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