]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/man/man5/Makefile
MFC r315775:
[FreeBSD/stable/10.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         cd9660.5 \
12         core.5 \
13         devfs.5 \
14         devfs.conf.5 \
15         devfs.rules.5 \
16         device.hints.5 \
17         dir.5 \
18         disktab.5 \
19         elf.5 \
20         ethers.5 \
21         eui64.5 \
22         ext2fs.5 \
23         fbtab.5 \
24         fdescfs.5 \
25         forward.5 \
26         fs.5 \
27         fstab.5 \
28         group.5 \
29         hosts.5 \
30         hosts.equiv.5 \
31         hosts.lpd.5 \
32         intro.5 \
33         libmap.conf.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         mqueuefs.5 \
42         msdosfs.5 \
43         networks.5 \
44         nsmb.conf.5 \
45         nsswitch.conf.5 \
46         nullfs.5 \
47         passwd.5 \
48         pbm.5 \
49         periodic.conf.5 \
50         phones.5 \
51         portindex.5 \
52         portsnap.conf.5 \
53         procfs.5 \
54         protocols.5 \
55         quota.user.5 \
56         rc.conf.5 \
57         rctl.conf.5 \
58         regdomain.5 \
59         reiserfs.5 \
60         remote.5 \
61         resolver.5 \
62         services.5 \
63         shells.5 \
64         src.conf.5 \
65         stab.5 \
66         style.Makefile.5 \
67         sysctl.conf.5 \
68         tmpfs.5
69
70 MLINKS= dir.5 dirent.5
71 MLINKS+=fs.5 inode.5
72 MLINKS+=hosts.equiv.5 rhosts.5
73 MLINKS+=msdosfs.5 msdos.5
74 MLINKS+=passwd.5 master.passwd.5
75 MLINKS+=portindex.5 INDEX.5
76 MLINKS+=quota.user.5 quota.group.5
77 MLINKS+=rc.conf.5 rc.conf.local.5
78 MLINKS+=resolver.5 resolv.conf.5
79
80 .if ${MK_AUTOFS} != "no"
81 MAN+=   autofs.5
82 .endif
83
84 .if ${MK_BLUETOOTH} != "no"
85 MAN+=   bluetooth.device.conf.5 \
86         bluetooth.hosts.5 \
87         bluetooth.protocols.5
88 .endif
89
90 .if ${MK_FREEBSD_UPDATE} != "no"
91 MAN+=   freebsd-update.conf.5
92 .endif
93
94 .if ${MK_HESIOD} != "no"
95 MAN+=   hesiod.conf.5 
96 .endif
97
98 .if ${MK_NAND} != "no"
99 MAN+=   nandfs.5
100 .endif
101
102 .if ${MK_PF} != "no"
103 MAN+=   pf.conf.5 \
104         pf.os.5
105 .endif
106
107 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
108 _boot.config.5= boot.config.5
109 .endif
110
111 .include <bsd.prog.mk>