Deleted Added
full compact
Makefile (241607) Makefile (241823)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 241607 2012-10-16 10:04:00Z attilio $
2# $FreeBSD: head/share/man/man5/Makefile 241823 2012-10-22 01:18:41Z marcel $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 ${_atf_formats.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 \

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

75MLINKS+=hosts.equiv.5 rhosts.5
76MLINKS+=msdosfs.5 msdos.5
77MLINKS+=passwd.5 master.passwd.5
78MLINKS+=portindex.5 INDEX.5
79MLINKS+=quota.user.5 quota.group.5
80MLINKS+=rc.conf.5 rc.conf.local.5
81MLINKS+=resolver.5 resolv.conf.5
82
10 a.out.5 \
11 bluetooth.device.conf.5 \
12 bluetooth.hosts.5 \
13 bluetooth.protocols.5 \
14 ${_boot.config.5} \
15 core.5 \
16 devfs.5 \
17 devfs.conf.5 \

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

76MLINKS+=hosts.equiv.5 rhosts.5
77MLINKS+=msdosfs.5 msdos.5
78MLINKS+=passwd.5 master.passwd.5
79MLINKS+=portindex.5 INDEX.5
80MLINKS+=quota.user.5 quota.group.5
81MLINKS+=rc.conf.5 rc.conf.local.5
82MLINKS+=resolver.5 resolv.conf.5
83
84.if ${MK_ATF} != "no"
85ATF= ${.CURDIR}/../../../contrib/atf
86.PATH: ${ATF}/doc
87_atf_formats.5= atf-formats.5
88.endif
89
83.if ${MK_HESIOD} != "no"
84MAN+= hesiod.conf.5
85.endif
86
87.if ${MK_NAND} != "no"
88MAN+= nandfs.5
89.endif
90
91.if ${MK_PF} != "no"
92MAN+= pf.conf.5 \
93 pf.os.5
94.endif
95
96.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
97_boot.config.5= boot.config.5
98.endif
99
100.include <bsd.prog.mk>
90.if ${MK_HESIOD} != "no"
91MAN+= hesiod.conf.5
92.endif
93
94.if ${MK_NAND} != "no"
95MAN+= nandfs.5
96.endif
97
98.if ${MK_PF} != "no"
99MAN+= pf.conf.5 \
100 pf.os.5
101.endif
102
103.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
104_boot.config.5= boot.config.5
105.endif
106
107.include <bsd.prog.mk>