Deleted Added
full compact
Makefile (146329) Makefile (148781)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 146329 2005-05-17 17:52:27Z keramida $
2# $FreeBSD: head/share/man/man5/Makefile 148781 2005-08-06 06:57:25Z phk $
3
4#MISSING: dump.5 plot.5
5MAN= acct.5 \
6 a.out.5 \
7 bluetooth.hosts.5 \
8 bluetooth.protocols.5 \
9 config.5 \
10 core.5 \

--- 7 unchanged lines hidden (view full) ---

18 ethers.5 \
19 eui64.5 \
20 fbtab.5 \
21 fdescfs.5 \
22 forward.5 \
23 fs.5 \
24 fstab.5 \
25 group.5 \
3
4#MISSING: dump.5 plot.5
5MAN= acct.5 \
6 a.out.5 \
7 bluetooth.hosts.5 \
8 bluetooth.protocols.5 \
9 config.5 \
10 core.5 \

--- 7 unchanged lines hidden (view full) ---

18 ethers.5 \
19 eui64.5 \
20 fbtab.5 \
21 fdescfs.5 \
22 forward.5 \
23 fs.5 \
24 fstab.5 \
25 group.5 \
26 hesiod.conf.5 \
27 hosts.5 \
28 hosts.equiv.5 \
29 hosts.lpd.5 \
30 intro.5 \
31 libmap.conf.5 \
32 link.5 \
33 linprocfs.5 \
34 mailer.conf.5 \

--- 25 unchanged lines hidden (view full) ---

60MLINKS+=fs.5 inode.5
61MLINKS+=hosts.equiv.5 rhosts.5
62MLINKS+=msdosfs.5 msdos.5
63MLINKS+=passwd.5 master.passwd.5
64MLINKS+=quota.user.5 quota.group.5
65MLINKS+=resolver.5 resolv.conf.5
66MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
67
26 hosts.5 \
27 hosts.equiv.5 \
28 hosts.lpd.5 \
29 intro.5 \
30 libmap.conf.5 \
31 link.5 \
32 linprocfs.5 \
33 mailer.conf.5 \

--- 25 unchanged lines hidden (view full) ---

59MLINKS+=fs.5 inode.5
60MLINKS+=hosts.equiv.5 rhosts.5
61MLINKS+=msdosfs.5 msdos.5
62MLINKS+=passwd.5 master.passwd.5
63MLINKS+=quota.user.5 quota.group.5
64MLINKS+=resolver.5 resolv.conf.5
65MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
66
67.if defined(YES_HESIOD)
68MAN+= hesiod.conf.5
69.endif
70
68.include <bsd.prog.mk>
71.include <bsd.prog.mk>