Makefile revision 170811
11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252696Sgreen#	$FreeBSD: head/share/man/man5/Makefile 170811 2007-06-16 02:35:29Z delphij $
31638Srgrimes
4156813Sru.include <bsd.own.mk>
5155611Simp
61988Swollman#MISSING: dump.5 plot.5
7124747SruMAN=	acct.5 \
8124747Sru	a.out.5 \
9152999Semax	bluetooth.device.conf.5 \
10124747Sru	bluetooth.hosts.5 \
11124747Sru	bluetooth.protocols.5 \
12124747Sru	core.5 \
13124747Sru	devfs.5 \
14146329Skeramida	devfs.conf.5 \
15146329Skeramida	devfs.rules.5 \
16124747Sru	device.hints.5 \
17124747Sru	dir.5 \
18124747Sru	disktab.5 \
19124747Sru	elf.5 \
20124747Sru	ethers.5 \
21129759Sbrooks	eui64.5 \
22163029Sru	ext2fs.5 \
23124747Sru	fbtab.5 \
24124747Sru	fdescfs.5 \
25124747Sru	forward.5 \
26161748Scperciva	freebsd-update.conf.5 \
27124747Sru	fs.5 \
28124747Sru	fstab.5 \
29124747Sru	group.5 \
30124747Sru	hosts.5 \
31124747Sru	hosts.equiv.5 \
32124747Sru	hosts.lpd.5 \
33124747Sru	intro.5 \
34124747Sru	libmap.conf.5 \
35124747Sru	link.5 \
36124747Sru	linprocfs.5 \
37158381Sambrisko	linsysfs.5 \
38124747Sru	mailer.conf.5 \
39124747Sru	make.conf.5 \
40124747Sru	moduli.5 \
41124747Sru	motd.5 \
42153103Sdavidxu	mqueuefs.5 \
43124747Sru	msdosfs.5 \
44108304Strhodes	networks.5 \
45124747Sru	nsmb.conf.5 \
46124747Sru	nsswitch.conf.5 \
47124747Sru	passwd.5 \
48124747Sru	pbm.5 \
49124747Sru	periodic.conf.5 \
50124747Sru	phones.5 \
51150665Sru	portsnap.conf.5 \
52124747Sru	procfs.5 \
53124747Sru	protocols.5 \
54124747Sru	quota.user.5 \
55124747Sru	rc.conf.5 \
56158665Srodrigc	reiserfs.5 \
57124747Sru	remote.5 \
58124747Sru	resolver.5 \
59124747Sru	services.5 \
60124747Sru	shells.5 \
61156940Sru	src.conf.5 \
62124747Sru	stab.5 \
63124747Sru	style.Makefile.5 \
64124747Sru	sysctl.conf.5 \
65170811Sdelphij	tmpfs.5 \
66124747Sru	utmp.5
671638Srgrimes
68124747SruMLINKS=	dir.5 dirent.5
6932158SbdeMLINKS+=fs.5 inode.5
7032158SbdeMLINKS+=hosts.equiv.5 rhosts.5
71108414StrhodesMLINKS+=msdosfs.5 msdos.5
7277865SruMLINKS+=passwd.5 master.passwd.5
7372875SnikMLINKS+=quota.user.5 quota.group.5
74156709SjcamouMLINKS+=rc.conf.5 rc.conf.local.5
7532158SbdeMLINKS+=resolver.5 resolv.conf.5
7632158SbdeMLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
7732158Sbde
78156813Sru.if ${MK_HESIOD} != "no"
79148781SphkMAN+=	hesiod.conf.5 
80148781Sphk.endif
81148781Sphk
821638Srgrimes.include <bsd.prog.mk>
83