Deleted Added
full compact
Makefile (220640) Makefile (230328)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/share/man/man5/Makefile 220640 2011-04-14 18:37:27Z trasz $
2# $FreeBSD: head/share/man/man5/Makefile 230328 2012-01-19 02:49:21Z kevlo $
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 \

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

71 tmpfs.5 \
72 xfs.5
73
74MLINKS= dir.5 dirent.5
75MLINKS+=fs.5 inode.5
76MLINKS+=hosts.equiv.5 rhosts.5
77MLINKS+=msdosfs.5 msdos.5
78MLINKS+=passwd.5 master.passwd.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 \

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

71 tmpfs.5 \
72 xfs.5
73
74MLINKS= dir.5 dirent.5
75MLINKS+=fs.5 inode.5
76MLINKS+=hosts.equiv.5 rhosts.5
77MLINKS+=msdosfs.5 msdos.5
78MLINKS+=passwd.5 master.passwd.5
79MLINKS+=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
83.if ${MK_HESIOD} != "no"
84MAN+= hesiod.conf.5
85.endif
86
87.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
88_boot.config.5= boot.config.5
89.endif
90
91.include <bsd.prog.mk>
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_HESIOD} != "no"
85MAN+= hesiod.conf.5
86.endif
87
88.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
89_boot.config.5= boot.config.5
90.endif
91
92.include <bsd.prog.mk>