Deleted Added
full compact
Makefile (240494) Makefile (240689)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 240494 2012-09-14 11:51:49Z glebius $
2# $FreeBSD: head/share/man/man5/Makefile 240689 2012-09-19 09:34:21Z zeising $
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 \

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

45 msdosfs.5 \
46 networks.5 \
47 nsmb.conf.5 \
48 nsswitch.conf.5 \
49 nullfs.5 \
50 passwd.5 \
51 pbm.5 \
52 periodic.conf.5 \
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 \

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

45 msdosfs.5 \
46 networks.5 \
47 nsmb.conf.5 \
48 nsswitch.conf.5 \
49 nullfs.5 \
50 passwd.5 \
51 pbm.5 \
52 periodic.conf.5 \
53 pf.conf.5 \
54 pf.os.5 \
55 phones.5 \
56 portindex.5 \
57 portsnap.conf.5 \
58 procfs.5 \
59 protocols.5 \
60 quota.user.5 \
61 rc.conf.5 \
62 rctl.conf.5 \

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

86.if ${MK_HESIOD} != "no"
87MAN+= hesiod.conf.5
88.endif
89
90.if ${MK_NAND} != "no"
91MAN+= nandfs.5
92.endif
93
53 phones.5 \
54 portindex.5 \
55 portsnap.conf.5 \
56 procfs.5 \
57 protocols.5 \
58 quota.user.5 \
59 rc.conf.5 \
60 rctl.conf.5 \

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

84.if ${MK_HESIOD} != "no"
85MAN+= hesiod.conf.5
86.endif
87
88.if ${MK_NAND} != "no"
89MAN+= nandfs.5
90.endif
91
92.if ${MK_PF} != "no"
93MAN+= pf.conf.5 \
94 pf.os.5
95.endif
96
94.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
95_boot.config.5= boot.config.5
96.endif
97
98.include <bsd.prog.mk>
97.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
98_boot.config.5= boot.config.5
99.endif
100
101.include <bsd.prog.mk>