Makefile revision 156940
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: head/share/man/man5/Makefile 156940 2006-03-21 09:10:35Z ru $
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	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	src.conf.5 \
58	stab.5 \
59	style.Makefile.5 \
60	sysctl.conf.5 \
61	utmp.5
62
63MLINKS=	dir.5 dirent.5
64MLINKS+=fs.5 inode.5
65MLINKS+=hosts.equiv.5 rhosts.5
66MLINKS+=msdosfs.5 msdos.5
67MLINKS+=passwd.5 master.passwd.5
68MLINKS+=quota.user.5 quota.group.5
69MLINKS+=rc.conf.5 rc.conf.local.5
70MLINKS+=resolver.5 resolv.conf.5
71MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
72
73.if ${MK_HESIOD} != "no"
74MAN+=	hesiod.conf.5 
75.endif
76
77.include <bsd.prog.mk>
78