Deleted Added
full compact
Makefile (163029) Makefile (170811)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 163029 2006-10-05 12:40:44Z ru $
2# $FreeBSD: head/share/man/man5/Makefile 170811 2007-06-16 02:35:29Z delphij $
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 \

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

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 \
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 \

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

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 \
65 utmp.5
66
67MLINKS= dir.5 dirent.5
68MLINKS+=fs.5 inode.5
69MLINKS+=hosts.equiv.5 rhosts.5
70MLINKS+=msdosfs.5 msdos.5
71MLINKS+=passwd.5 master.passwd.5
72MLINKS+=quota.user.5 quota.group.5
73MLINKS+=rc.conf.5 rc.conf.local.5
74MLINKS+=resolver.5 resolv.conf.5
75MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
76
77.if ${MK_HESIOD} != "no"
78MAN+= hesiod.conf.5
79.endif
80
81.include <bsd.prog.mk>
66 utmp.5
67
68MLINKS= dir.5 dirent.5
69MLINKS+=fs.5 inode.5
70MLINKS+=hosts.equiv.5 rhosts.5
71MLINKS+=msdosfs.5 msdos.5
72MLINKS+=passwd.5 master.passwd.5
73MLINKS+=quota.user.5 quota.group.5
74MLINKS+=rc.conf.5 rc.conf.local.5
75MLINKS+=resolver.5 resolv.conf.5
76MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
77
78.if ${MK_HESIOD} != "no"
79MAN+= hesiod.conf.5
80.endif
81
82.include <bsd.prog.mk>