7475127cc0679fb536d988f1272584a59d6451b6
[dragonfly.git] / share / man / man5 / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/5/93
2 #       $FreeBSD: src/share/man/man5/Makefile,v 1.27.2.12 2003/05/23 22:20:24 dwhite Exp $
3 #       $DragonFly: src/share/man/man5/Makefile,v 1.18 2008/07/27 18:25:38 thomas Exp $
4
5 #MISSING: dump.5 plot.5
6 MAN=    acct.5 \
7         a.out.5 \
8         compilers.conf.5 \
9         core.5 \
10         crypttab.5 \
11         devfs.5 \
12         devtab.5 \
13         dir.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         kernconf.5 \
34         kernel.conf.5 \
35         link.5 \
36         linprocfs.5 \
37         loader.conf.5 \
38         mailer.conf.5 \
39         make.conf.5 \
40         manpath.config.5 \
41         motd.5 \
42         msdos.5 \
43         networks.5 \
44         nsswitch.conf.5 \
45         null.5 \
46         passwd.5 \
47         periodic.conf.5 \
48         phones.5 \
49         procfs.5 \
50         protocols.5 \
51         rc.conf.5 \
52         regdomain.5 \
53         remote.5 \
54         resident.conf.5 \
55         resolver.5 \
56         services.5 \
57         shells.5 \
58         stab.5 \
59         sysctl.conf.5 \
60         tmpfs.5 \
61         utf2.5 \
62         utf8.5 \
63         utmp.5 \
64         utmpx.5 \
65         uuids.5 \
66         varsym.conf.5
67
68 .if defined(WANT_HESIOD)
69 MAN+=   hesiod.conf.5
70 .endif
71
72 MLINKS= dir.5 dirent.5
73 MLINKS+=ffs.5 UFS.5
74 MLINKS+=fs.5 inode.5
75 MLINKS+=hammer.5 HAMMER.5
76 MLINKS+=null.5 nullfs.5
77 MLINKS+=hosts.equiv.5 rhosts.5
78 MLINKS+=passwd.5 master.passwd.5
79 MLINKS+=resolver.5 resolv.conf.5
80 MLINKS+=utmp.5 lastlog.5 \
81         utmp.5 wtmp.5
82 MLINKS+=utmpx.5 lastlogx.5 \
83         utmpx.5 wtmpx.5
84
85 .include <bsd.prog.mk>