Deleted Added
full compact
Makefile (287925) Makefile (290659)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 287925 2015-09-17 17:45:20Z bdrewery $
2# $FreeBSD: head/share/man/man5/Makefile 290659 2015-11-10 13:28:41Z ngie $
3
4.include <src.opts.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
3
4.include <src.opts.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 a.out.5 \
10 bluetooth.device.conf.5 \
11 bluetooth.hosts.5 \
12 bluetooth.protocols.5 \
13 ${_boot.config.5} \
14 core.5 \
15 devfs.5 \
16 devfs.conf.5 \
17 devfs.rules.5 \
18 device.hints.5 \
19 dir.5 \
20 disktab.5 \

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

79MLINKS+=rc.conf.5 rc.conf.local.5
80MLINKS+=resolver.5 resolv.conf.5
81MLINKS+=src.conf.5 src-env.conf.5
82
83.if ${MK_AUTOFS} != "no"
84MAN+= autofs.5
85.endif
86
10 ${_boot.config.5} \
11 core.5 \
12 devfs.5 \
13 devfs.conf.5 \
14 devfs.rules.5 \
15 device.hints.5 \
16 dir.5 \
17 disktab.5 \

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

76MLINKS+=rc.conf.5 rc.conf.local.5
77MLINKS+=resolver.5 resolv.conf.5
78MLINKS+=src.conf.5 src-env.conf.5
79
80.if ${MK_AUTOFS} != "no"
81MAN+= autofs.5
82.endif
83
84.if ${MK_BLUETOOTH} != "no"
85MAN+= bluetooth.device.conf.5 \
86 bluetooth.hosts.5 \
87 bluetooth.protocols.5
88.endif
89
87.if ${MK_FREEBSD_UPDATE} != "no"
88MAN+= freebsd-update.conf.5
89.endif
90
91.if ${MK_HESIOD} != "no"
92MAN+= hesiod.conf.5
93.endif
94

--- 14 unchanged lines hidden ---
90.if ${MK_FREEBSD_UPDATE} != "no"
91MAN+= freebsd-update.conf.5
92.endif
93
94.if ${MK_HESIOD} != "no"
95MAN+= hesiod.conf.5
96.endif
97

--- 14 unchanged lines hidden ---