Deleted Added
full compact
Makefile (170828) Makefile (171840)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 170828 2007-06-16 16:50:53Z rodrigc $
2# $FreeBSD: head/share/man/man5/Makefile 171840 2007-08-14 15:25:32Z danger $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 a.out.5 \
9 bluetooth.device.conf.5 \
10 bluetooth.hosts.5 \
11 bluetooth.protocols.5 \
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 a.out.5 \
9 bluetooth.device.conf.5 \
10 bluetooth.hosts.5 \
11 bluetooth.protocols.5 \
12 boot.config.5 \
12 core.5 \
13 devfs.5 \
14 devfs.conf.5 \
15 devfs.rules.5 \
16 device.hints.5 \
17 dir.5 \
18 disktab.5 \
19 elf.5 \
20 ethers.5 \
21 eui64.5 \
22 ext2fs.5 \
23 fbtab.5 \
24 fdescfs.5 \
25 forward.5 \
26 freebsd-update.conf.5 \
27 fs.5 \
28 fstab.5 \
29 group.5 \
30 hosts.5 \
31 hosts.equiv.5 \
32 hosts.lpd.5 \
33 intro.5 \
34 libmap.conf.5 \
35 link.5 \
36 linprocfs.5 \
37 linsysfs.5 \
38 mailer.conf.5 \
39 make.conf.5 \
40 moduli.5 \
41 motd.5 \
42 mqueuefs.5 \
43 msdosfs.5 \
44 networks.5 \
45 nsmb.conf.5 \
46 nsswitch.conf.5 \
47 passwd.5 \
48 pbm.5 \
49 periodic.conf.5 \
50 phones.5 \
51 portsnap.conf.5 \
52 procfs.5 \
53 protocols.5 \
54 quota.user.5 \
55 rc.conf.5 \
56 reiserfs.5 \
57 remote.5 \
58 resolver.5 \
59 services.5 \
60 shells.5 \
61 src.conf.5 \
62 stab.5 \
63 style.Makefile.5 \
64 sysctl.conf.5 \
65 tmpfs.5 \
66 utmp.5 \
67 xfs.5
68
69MLINKS= dir.5 dirent.5
70MLINKS+=fs.5 inode.5
71MLINKS+=hosts.equiv.5 rhosts.5
72MLINKS+=msdosfs.5 msdos.5
73MLINKS+=passwd.5 master.passwd.5
74MLINKS+=quota.user.5 quota.group.5
75MLINKS+=rc.conf.5 rc.conf.local.5
76MLINKS+=resolver.5 resolv.conf.5
77MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
78
79.if ${MK_HESIOD} != "no"
80MAN+= hesiod.conf.5
81.endif
82
83.include <bsd.prog.mk>
13 core.5 \
14 devfs.5 \
15 devfs.conf.5 \
16 devfs.rules.5 \
17 device.hints.5 \
18 dir.5 \
19 disktab.5 \
20 elf.5 \
21 ethers.5 \
22 eui64.5 \
23 ext2fs.5 \
24 fbtab.5 \
25 fdescfs.5 \
26 forward.5 \
27 freebsd-update.conf.5 \
28 fs.5 \
29 fstab.5 \
30 group.5 \
31 hosts.5 \
32 hosts.equiv.5 \
33 hosts.lpd.5 \
34 intro.5 \
35 libmap.conf.5 \
36 link.5 \
37 linprocfs.5 \
38 linsysfs.5 \
39 mailer.conf.5 \
40 make.conf.5 \
41 moduli.5 \
42 motd.5 \
43 mqueuefs.5 \
44 msdosfs.5 \
45 networks.5 \
46 nsmb.conf.5 \
47 nsswitch.conf.5 \
48 passwd.5 \
49 pbm.5 \
50 periodic.conf.5 \
51 phones.5 \
52 portsnap.conf.5 \
53 procfs.5 \
54 protocols.5 \
55 quota.user.5 \
56 rc.conf.5 \
57 reiserfs.5 \
58 remote.5 \
59 resolver.5 \
60 services.5 \
61 shells.5 \
62 src.conf.5 \
63 stab.5 \
64 style.Makefile.5 \
65 sysctl.conf.5 \
66 tmpfs.5 \
67 utmp.5 \
68 xfs.5
69
70MLINKS= dir.5 dirent.5
71MLINKS+=fs.5 inode.5
72MLINKS+=hosts.equiv.5 rhosts.5
73MLINKS+=msdosfs.5 msdos.5
74MLINKS+=passwd.5 master.passwd.5
75MLINKS+=quota.user.5 quota.group.5
76MLINKS+=rc.conf.5 rc.conf.local.5
77MLINKS+=resolver.5 resolv.conf.5
78MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
79
80.if ${MK_HESIOD} != "no"
81MAN+= hesiod.conf.5
82.endif
83
84.include <bsd.prog.mk>