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