Deleted Added
full compact
Makefile (171840) Makefile (171851)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 171840 2007-08-14 15:25:32Z danger $
2# $FreeBSD: head/share/man/man5/Makefile 171851 2007-08-15 06:41:08Z 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 ${_boot.config.5} \
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 \

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

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

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

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.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
85_boot.config.5= boot.config.5
86.endif
87
84.include <bsd.prog.mk>
88.include <bsd.prog.mk>