Upgrade libedit. 1/2
[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 MAN=    acct.5 \
5         a.out.5 \
6         compilers.conf.5 \
7         core.5 \
8         crypttab.5 \
9         devfs.5 \
10         devtab.5 \
11         dir.5 \
12         dirfs.5 \
13         disktab.5 \
14         elf.5 \
15         ethers.5 \
16         eui64.5 \
17         fbtab.5 \
18         ffs.5 \
19         forward.5 \
20         fs.5 \
21         fstab.5 \
22         group.5 \
23         hammer.5 \
24         hosts.5 \
25         hosts.equiv.5 \
26         hosts.lpd.5 \
27         intro.5 \
28         libmap.conf.5 \
29         kernconf.5 \
30         link.5 \
31         loader.conf.5 \
32         mailer.conf.5 \
33         make.conf.5 \
34         motd.5 \
35         msdos.5 \
36         networks.5 \
37         nfs.5 \
38         nsswitch.conf.5 \
39         null.5 \
40         passwd.5 \
41         periodic.conf.5 \
42         pf.conf.5 \
43         pf.os.5 \
44         phones.5 \
45         procfs.5 \
46         protocols.5 \
47         rc.conf.5 \
48         regdomain.5 \
49         remote.5 \
50         resident.conf.5 \
51         resolver.5 \
52         services.5 \
53         shells.5 \
54         sysctl.conf.5 \
55         tmpfs.5 \
56         autofs.5 \
57         utmpx.5 \
58         uuids.5 \
59         varsym.conf.5
60
61 .if defined(WANT_HESIOD)
62 MAN+=   hesiod.conf.5
63 .endif
64
65 MLINKS= dir.5 dirent.5
66 MLINKS+=ffs.5 ufs.5 \
67         ffs.5 UFS.5
68 MLINKS+=fs.5 inode.5
69 MLINKS+=hammer.5 HAMMER.5
70 MLINKS+=null.5 nullfs.5
71 MLINKS+=hosts.equiv.5 rhosts.5
72 MLINKS+=passwd.5 master.passwd.5
73 MLINKS+=resolver.5 resolv.conf.5
74 MLINKS+=utmpx.5 lastlogx.5 \
75         utmpx.5 wtmpx.5
76
77 .include <bsd.prog.mk>