Makefile revision 144023
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: head/share/man/man5/Makefile 144023 2005-03-23 15:34:45Z jhb $
3
4#MISSING: dump.5 plot.5
5MAN=	acct.5 \
6	a.out.5 \
7	bluetooth.hosts.5 \
8	bluetooth.protocols.5 \
9	config.5 \
10	core.5 \
11	devfs.5 \
12	device.hints.5 \
13	dir.5 \
14	disktab.5 \
15	elf.5 \
16	ethers.5 \
17	eui64.5 \
18	fbtab.5 \
19	fdescfs.5 \
20	forward.5 \
21	fs.5 \
22	fstab.5 \
23	group.5 \
24	hesiod.conf.5 \
25	hosts.5 \
26	hosts.equiv.5 \
27	hosts.lpd.5 \
28	intro.5 \
29	libmap.conf.5 \
30	link.5 \
31	linprocfs.5 \
32	mailer.conf.5 \
33	make.conf.5 \
34	moduli.5 \
35	motd.5 \
36	msdosfs.5 \
37	networks.5 \
38	nsmb.conf.5 \
39	nsswitch.conf.5 \
40	passwd.5 \
41	pbm.5 \
42	periodic.conf.5 \
43	phones.5 \
44	procfs.5 \
45	protocols.5 \
46	quota.user.5 \
47	rc.conf.5 \
48	remote.5 \
49	resolver.5 \
50	services.5 \
51	shells.5 \
52	stab.5 \
53	style.Makefile.5 \
54	sysctl.conf.5 \
55	utmp.5
56
57MLINKS=	dir.5 dirent.5
58MLINKS+=fs.5 inode.5
59MLINKS+=hosts.equiv.5 rhosts.5
60MLINKS+=msdosfs.5 msdos.5
61MLINKS+=passwd.5 master.passwd.5
62MLINKS+=quota.user.5 quota.group.5
63MLINKS+=resolver.5 resolv.conf.5
64MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
65
66.include <bsd.prog.mk>
67