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