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