]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man7/Makefile
Set up the /usr/tests hierarchy.
[FreeBSD/stable/10.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         hier.7 \
18         hostname.7 \
19         intro.7 \
20         maclabel.7 \
21         mailaddr.7 \
22         operator.7 \
23         ports.7 \
24         release.7 \
25         sdoc.7 \
26         security.7 \
27         sprog.7 \
28         stdint.7 \
29         sticky.7 \
30         tuning.7
31
32 .if ${MK_TESTS} != "no"
33 MAN+=   tests.7
34 .endif
35
36 MLINKS= intro.7 miscellaneous.7
37 MLINKS+= security.7 securelevel.7
38 MLINKS+= c99.7 c.7
39 MLINKS+= c99.7 c78.7
40 MLINKS+= c99.7 c89.7
41 MLINKS+= c99.7 c90.7
42
43 .include <bsd.prog.mk>