Deleted Added
full compact
Makefile (153260) Makefile (155611)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 153260 2005-12-09 06:46:41Z ru $
2# $FreeBSD: head/share/man/man5/Makefile 155611 2006-02-13 20:10:34Z imp $
3
3
4.include <bsd.init.mk>
5
4#MISSING: dump.5 plot.5
5MAN= acct.5 \
6 a.out.5 \
7 bluetooth.device.conf.5 \
8 bluetooth.hosts.5 \
9 bluetooth.protocols.5 \
10 core.5 \
11 devfs.5 \

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

61MLINKS+=fs.5 inode.5
62MLINKS+=hosts.equiv.5 rhosts.5
63MLINKS+=msdosfs.5 msdos.5
64MLINKS+=passwd.5 master.passwd.5
65MLINKS+=quota.user.5 quota.group.5
66MLINKS+=resolver.5 resolv.conf.5
67MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
68
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 core.5 \
13 devfs.5 \

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

63MLINKS+=fs.5 inode.5
64MLINKS+=hosts.equiv.5 rhosts.5
65MLINKS+=msdosfs.5 msdos.5
66MLINKS+=passwd.5 master.passwd.5
67MLINKS+=quota.user.5 quota.group.5
68MLINKS+=resolver.5 resolv.conf.5
69MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
70
69.if defined(YES_HESIOD)
71.if ${FBSD_MK_HESIOD} == "yes"
70MAN+= hesiod.conf.5
71.endif
72
73.include <bsd.prog.mk>
72MAN+= hesiod.conf.5
73.endif
74
75.include <bsd.prog.mk>