Deleted Added
full compact
Makefile (241823) Makefile (255505)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 241823 2012-10-22 01:18:41Z marcel $
2# $FreeBSD: head/share/man/man5/Makefile 255505 2013-09-13 03:39:19Z gjb $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 ${_atf_formats.5} \
10 a.out.5 \

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

21 disktab.5 \
22 elf.5 \
23 ethers.5 \
24 eui64.5 \
25 ext2fs.5 \
26 fbtab.5 \
27 fdescfs.5 \
28 forward.5 \
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN= acct.5 \
8 ar.5 \
9 ${_atf_formats.5} \
10 a.out.5 \

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

21 disktab.5 \
22 elf.5 \
23 ethers.5 \
24 eui64.5 \
25 ext2fs.5 \
26 fbtab.5 \
27 fdescfs.5 \
28 forward.5 \
29 freebsd-update.conf.5 \
30 fs.5 \
31 fstab.5 \
32 group.5 \
33 hosts.5 \
34 hosts.equiv.5 \
35 hosts.lpd.5 \
36 intro.5 \
37 libmap.conf.5 \

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

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
29 fs.5 \
30 fstab.5 \
31 group.5 \
32 hosts.5 \
33 hosts.equiv.5 \
34 hosts.lpd.5 \
35 intro.5 \
36 libmap.conf.5 \

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

81MLINKS+=resolver.5 resolv.conf.5
82
83.if ${MK_ATF} != "no"
84ATF= ${.CURDIR}/../../../contrib/atf
85.PATH: ${ATF}/doc
86_atf_formats.5= atf-formats.5
87.endif
88
89.if ${MK_FREEBSD_UPDATE} != "no"
90MAN+= freebsd-update.conf.5
91.endif
92
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>
93.if ${MK_HESIOD} != "no"
94MAN+= hesiod.conf.5
95.endif
96
97.if ${MK_NAND} != "no"
98MAN+= nandfs.5
99.endif
100
101.if ${MK_PF} != "no"
102MAN+= pf.conf.5 \
103 pf.os.5
104.endif
105
106.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
107_boot.config.5= boot.config.5
108.endif
109
110.include <bsd.prog.mk>