cc25f0565d0261dd4dc8ae68d39f3f99239fac6f
[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         euc.5 \
18         eui64.5 \
19         fbtab.5 \
20         fdesc.5 \
21         ffs.5 \
22         forward.5 \
23         fs.5 \
24         fstab.5 \
25         gb18030.5 \
26         gbk.5 \
27         group.5 \
28         hammer.5 \
29         hosts.5 \
30         hosts.equiv.5 \
31         hosts.lpd.5 \
32         intro.5 \
33         libmap.conf.5 \
34         kernconf.5 \
35         kernel.conf.5 \
36         link.5 \
37         linprocfs.5 \
38         loader.conf.5 \
39         mailer.conf.5 \
40         make.conf.5 \
41         manpath.config.5 \
42         motd.5 \
43         msdos.5 \
44         networks.5 \
45         nsswitch.conf.5 \
46         null.5 \
47         passwd.5 \
48         periodic.conf.5 \
49         phones.5 \
50         procfs.5 \
51         protocols.5 \
52         rc.conf.5 \
53         regdomain.5 \
54         remote.5 \
55         resident.conf.5 \
56         resolver.5 \
57         services.5 \
58         shells.5 \
59         stab.5 \
60         sysctl.conf.5 \
61         tmpfs.5 \
62         utf2.5 \
63         utf8.5 \
64         utmp.5 \
65         utmpx.5 \
66         uuids.5 \
67         varsym.conf.5
68
69 .if defined(WANT_HESIOD)
70 MAN+=   hesiod.conf.5
71 .endif
72
73 MLINKS= dir.5 dirent.5
74 MLINKS+=ffs.5 ufs.5 \
75         ffs.5 UFS.5
76 MLINKS+=fs.5 inode.5
77 MLINKS+=hammer.5 HAMMER.5
78 MLINKS+=null.5 nullfs.5
79 MLINKS+=hosts.equiv.5 rhosts.5
80 MLINKS+=passwd.5 master.passwd.5
81 MLINKS+=resolver.5 resolv.conf.5
82 MLINKS+=utmp.5 lastlog.5 \
83         utmp.5 wtmp.5
84 MLINKS+=utmpx.5 lastlogx.5 \
85         utmpx.5 wtmpx.5
86
87 .include <bsd.prog.mk>