Deleted Added
full compact
Makefile (202217) Makefile (211725)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 202217 2010-01-13 19:03:48Z ed $
2# $FreeBSD: head/share/man/man5/Makefile 211725 2010-08-23 22:24:11Z imp $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
10 bluetooth.device.conf.5 \

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

78MLINKS+=quota.user.5 quota.group.5
79MLINKS+=rc.conf.5 rc.conf.local.5
80MLINKS+=resolver.5 resolv.conf.5
81
82.if ${MK_HESIOD} != "no"
83MAN+= hesiod.conf.5
84.endif
85
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
10 bluetooth.device.conf.5 \

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

78MLINKS+=quota.user.5 quota.group.5
79MLINKS+=rc.conf.5 rc.conf.local.5
80MLINKS+=resolver.5 resolv.conf.5
81
82.if ${MK_HESIOD} != "no"
83MAN+= hesiod.conf.5
84.endif
85
86.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
86.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
87_boot.config.5= boot.config.5
88.endif
89
90.include <bsd.prog.mk>
87_boot.config.5= boot.config.5
88.endif
89
90.include <bsd.prog.mk>