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