]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - share/man/man5/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / share / man / man5 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 #       $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 #MISSING: dump.5 plot.5
7 MAN=    acct.5 \
8         ar.5 \
9         a.out.5 \
10         ${_boot.config.5} \
11         core.5 \
12         devfs.5 \
13         devfs.conf.5 \
14         devfs.rules.5 \
15         device.hints.5 \
16         dir.5 \
17         disktab.5 \
18         elf.5 \
19         ethers.5 \
20         eui64.5 \
21         ext2fs.5 \
22         fbtab.5 \
23         fdescfs.5 \
24         forward.5 \
25         fs.5 \
26         fstab.5 \
27         group.5 \
28         hosts.5 \
29         hosts.equiv.5 \
30         hosts.lpd.5 \
31         intro.5 \
32         libmap.conf.5 \
33         link.5 \
34         linprocfs.5 \
35         linsysfs.5 \
36         mailer.conf.5 \
37         make.conf.5 \
38         moduli.5 \
39         motd.5 \
40         mqueuefs.5 \
41         msdosfs.5 \
42         networks.5 \
43         nsmb.conf.5 \
44         nsswitch.conf.5 \
45         nullfs.5 \
46         passwd.5 \
47         pbm.5 \
48         periodic.conf.5 \
49         phones.5 \
50         portindex.5 \
51         portsnap.conf.5 \
52         procfs.5 \
53         protocols.5 \
54         quota.user.5 \
55         rc.conf.5 \
56         rctl.conf.5 \
57         regdomain.5 \
58         reiserfs.5 \
59         remote.5 \
60         resolver.5 \
61         services.5 \
62         shells.5 \
63         src.conf.5 \
64         stab.5 \
65         style.Makefile.5 \
66         sysctl.conf.5 \
67         tmpfs.5
68
69 MLINKS= dir.5 dirent.5
70 MLINKS+=fs.5 inode.5
71 MLINKS+=hosts.equiv.5 rhosts.5
72 MLINKS+=msdosfs.5 msdos.5
73 MLINKS+=passwd.5 master.passwd.5
74 MLINKS+=portindex.5 INDEX.5
75 MLINKS+=quota.user.5 quota.group.5
76 MLINKS+=rc.conf.5 rc.conf.local.5
77 MLINKS+=resolver.5 resolv.conf.5
78
79 .if ${MK_AUTOFS} != "no"
80 MAN+=   autofs.5
81 .endif
82
83 .if ${MK_BLUETOOTH} != "no"
84 MAN+=   bluetooth.device.conf.5 \
85         bluetooth.hosts.5 \
86         bluetooth.protocols.5
87 .endif
88
89 .if ${MK_FREEBSD_UPDATE} != "no"
90 MAN+=   freebsd-update.conf.5
91 .endif
92
93 .if ${MK_HESIOD} != "no"
94 MAN+=   hesiod.conf.5 
95 .endif
96
97 .if ${MK_NAND} != "no"
98 MAN+=   nandfs.5
99 .endif
100
101 .if ${MK_PF} != "no"
102 MAN+=   pf.conf.5 \
103         pf.os.5
104 .endif
105
106 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
107 _boot.config.5= boot.config.5
108 .endif
109
110 .include <bsd.prog.mk>