Makefile revision 124747
1178354Ssam#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2178354Ssam#	$FreeBSD: head/share/man/man5/Makefile 124747 2004-01-20 10:27:23Z ru $
3178354Ssam
4178354Ssam#MISSING: dump.5 plot.5
5178354SsamMAN=	acct.5 \
6178354Ssam	a.out.5 \
7178354Ssam	bluetooth.hosts.5 \
8178354Ssam	bluetooth.protocols.5 \
9178354Ssam	config.5 \
10178354Ssam	core.5 \
11178354Ssam	devfs.5 \
12178354Ssam	device.hints.5 \
13178354Ssam	dir.5 \
14178354Ssam	disktab.5 \
15178354Ssam	drivers.conf.5 \
16178354Ssam	elf.5 \
17178354Ssam	ethers.5 \
18178354Ssam	fbtab.5 \
19178354Ssam	fdescfs.5 \
20178354Ssam	forward.5 \
21178354Ssam	fs.5 \
22178354Ssam	fstab.5 \
23178354Ssam	group.5 \
24178354Ssam	hesiod.conf.5 \
25178354Ssam	hosts.5 \
26178354Ssam	hosts.equiv.5 \
27178354Ssam	hosts.lpd.5 \
28178354Ssam	intro.5 \
29178354Ssam	libmap.conf.5 \
30178354Ssam	link.5 \
31178354Ssam	linprocfs.5 \
32178354Ssam	mailer.conf.5 \
33178354Ssam	make.conf.5 \
34178354Ssam	moduli.5 \
35178354Ssam	motd.5 \
36178354Ssam	msdosfs.5 \
37178354Ssam	networks.5 \
38178354Ssam	nsmb.conf.5 \
39178354Ssam	nsswitch.conf.5 \
40178354Ssam	passwd.5 \
41178354Ssam	pbm.5 \
42178354Ssam	periodic.conf.5 \
43178354Ssam	phones.5 \
44178354Ssam	procfs.5 \
45178354Ssam	protocols.5 \
46178354Ssam	quota.user.5 \
47178354Ssam	rc.conf.5 \
48178354Ssam	remote.5 \
49178354Ssam	resolver.5 \
50178354Ssam	services.5 \
51178354Ssam	shells.5 \
52178354Ssam	stab.5 \
53178354Ssam	style.Makefile.5 \
54178354Ssam	sysctl.conf.5 \
55178354Ssam	utmp.5
56178354Ssam
57178354SsamMLINKS=	dir.5 dirent.5
58178354SsamMLINKS+=fs.5 inode.5
59178354SsamMLINKS+=hosts.equiv.5 rhosts.5
60178354SsamMLINKS+=msdosfs.5 msdos.5
61178354SsamMLINKS+=passwd.5 master.passwd.5
62178354SsamMLINKS+=quota.user.5 quota.group.5
63178354SsamMLINKS+=resolver.5 resolv.conf.5
64178354SsamMLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
65178354Ssam
66178354Ssam.include <bsd.prog.mk>
67178354Ssam