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