Makefile revision 158381
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: head/share/man/man5/Makefile 158381 2006-05-09 22:27:01Z ambrisko $
3
4.include <bsd.own.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	linsysfs.5 \
36	mailer.conf.5 \
37	make.conf.5 \
38	moduli.5 \
39	motd.5 \
40	mqueuefs.5 \
41	msdosfs.5 \
42	networks.5 \
43	nsmb.conf.5 \
44	nsswitch.conf.5 \
45	passwd.5 \
46	pbm.5 \
47	periodic.conf.5 \
48	phones.5 \
49	portsnap.conf.5 \
50	procfs.5 \
51	protocols.5 \
52	quota.user.5 \
53	rc.conf.5 \
54	remote.5 \
55	resolver.5 \
56	services.5 \
57	shells.5 \
58	src.conf.5 \
59	stab.5 \
60	style.Makefile.5 \
61	sysctl.conf.5 \
62	utmp.5
63
64MLINKS=	dir.5 dirent.5
65MLINKS+=fs.5 inode.5
66MLINKS+=hosts.equiv.5 rhosts.5
67MLINKS+=msdosfs.5 msdos.5
68MLINKS+=passwd.5 master.passwd.5
69MLINKS+=quota.user.5 quota.group.5
70MLINKS+=rc.conf.5 rc.conf.local.5
71MLINKS+=resolver.5 resolv.conf.5
72MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
73
74.if ${MK_HESIOD} != "no"
75MAN+=	hesiod.conf.5 
76.endif
77
78.include <bsd.prog.mk>
79