1ceece4d8022af840fa190f2b4cf5f0b3ae1de0d
[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         devfs.5 \
11         devtab.5 \
12         dir.5 \
13         disktab.5 \
14         elf.5 \
15         ethers.5 \
16         euc.5 \
17         eui64.5 \
18         fbtab.5 \
19         fdesc.5 \
20         ffs.5 \
21         forward.5 \
22         fs.5 \
23         fstab.5 \
24         gb18030.5 \
25         gbk.5 \
26         group.5 \
27         hammer.5 \
28         hosts.5 \
29         hosts.equiv.5 \
30         hosts.lpd.5 \
31         intro.5 \
32         kernconf.5 \
33         kernel.conf.5 \
34         link.5 \
35         linprocfs.5 \
36         mailer.conf.5 \
37         make.conf.5 \
38         manpath.config.5 \
39         motd.5 \
40         msdos.5 \
41         networks.5 \
42         nsswitch.conf.5 \
43         null.5 \
44         passwd.5 \
45         periodic.conf.5 \
46         phones.5 \
47         procfs.5 \
48         protocols.5 \
49         rc.conf.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         utf2.5 \
59         utf8.5 \
60         utmp.5 \
61         uuids.5 \
62         varsym.conf.5
63
64 .if defined(WANT_HESIOD)
65 MAN+=   hesiod.conf.5
66 .endif
67
68 MLINKS= dir.5 dirent.5
69 MLINKS+=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
79 .include <bsd.prog.mk>