kernel: Remove fdescfs. devfs handles this.
[dragonfly.git] / share / man / man5 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 #       $FreeBSD: src/share/man/man5/Makefile 211725 2010-08-23 22:24:11Z imp $
3
4 #MISSING: dump.5 plot.5
5 MAN=    acct.5 \
6         a.out.5 \
7         compilers.conf.5 \
8         core.5 \
9         crypttab.5 \
10         devfs.5 \
11         devtab.5 \
12         dir.5 \
13         dirfs.5 \
14         disktab.5 \
15         elf.5 \
16         ethers.5 \
17         eui64.5 \
18         fbtab.5 \
19         ffs.5 \
20         forward.5 \
21         fs.5 \
22         fstab.5 \
23         group.5 \
24         hammer.5 \
25         hosts.5 \
26         hosts.equiv.5 \
27         hosts.lpd.5 \
28         intro.5 \
29         libmap.conf.5 \
30         kernconf.5 \
31         kernel.conf.5 \
32         link.5 \
33         linprocfs.5 \
34         loader.conf.5 \
35         mailer.conf.5 \
36         make.conf.5 \
37         manpath.config.5 \
38         motd.5 \
39         msdos.5 \
40         networks.5 \
41         nsswitch.conf.5 \
42         null.5 \
43         passwd.5 \
44         periodic.conf.5 \
45         phones.5 \
46         procfs.5 \
47         protocols.5 \
48         rc.conf.5 \
49         regdomain.5 \
50         remote.5 \
51         resident.conf.5 \
52         resolver.5 \
53         services.5 \
54         shells.5 \
55         stab.5 \
56         sysctl.conf.5 \
57         tmpfs.5 \
58         utmp.5 \
59         utmpx.5 \
60         uuids.5 \
61         varsym.conf.5
62
63 .if defined(WANT_HESIOD)
64 MAN+=   hesiod.conf.5
65 .endif
66
67 MLINKS= dir.5 dirent.5
68 MLINKS+=ffs.5 ufs.5 \
69         ffs.5 UFS.5
70 MLINKS+=fs.5 inode.5
71 MLINKS+=hammer.5 HAMMER.5
72 MLINKS+=null.5 nullfs.5
73 MLINKS+=hosts.equiv.5 rhosts.5
74 MLINKS+=passwd.5 master.passwd.5
75 MLINKS+=resolver.5 resolv.conf.5
76 MLINKS+=utmp.5 lastlog.5 \
77         utmp.5 wtmp.5
78 MLINKS+=utmpx.5 lastlogx.5 \
79         utmpx.5 wtmpx.5
80
81 .include <bsd.prog.mk>