xref: /dragonfly/share/man/man5/Makefile (revision 9b5a9965)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: src/share/man/man5/Makefile,v 1.27.2.12 2003/05/23 22:20:24 dwhite Exp $
3#	$DragonFly: src/share/man/man5/Makefile,v 1.12 2007/05/12 07:21:51 swildner Exp $
4
5#MISSING: dump.5 plot.5
6MAN=	acct.5 \
7	a.out.5 \
8	core.5 \
9	devices.conf.5 \
10	dir.5 \
11	disktab.5 \
12	elf.5 \
13	ethers.5 \
14	euc.5 \
15	eui64.5 \
16	fbtab.5 \
17	fdesc.5 \
18	forward.5 \
19	fs.5 \
20	fstab.5 \
21	gb18030.5 \
22	gbk.5 \
23	group.5 \
24	host.conf.5 \
25	hosts.5 \
26	hosts.equiv.5 \
27	hosts.lpd.5 \
28	intro.5 \
29	kernel.conf.5 \
30	link.5 \
31	linprocfs.5 \
32	mailer.conf.5 \
33	make.conf.5 \
34	manpath.config.5 \
35	motd.5 \
36	msdos.5 \
37	networks.5 \
38	nsswitch.conf.5 \
39	passwd.5 \
40	pbm.5 \
41	periodic.conf.5 \
42	phones.5 \
43	procfs.5 \
44	protocols.5 \
45	rc.conf.5 \
46	remote.5 \
47	resident.conf.5 \
48	resolver.5 \
49	services.5 \
50	shells.5 \
51	stab.5 \
52	sysctl.conf.5 \
53	types.5 \
54	utf2.5 \
55	utf8.5 \
56	utmp.5 \
57	varsym.conf.5
58
59MLINKS=	dir.5 dirent.5
60MLINKS+=fs.5 inode.5
61MLINKS+=hosts.equiv.5 rhosts.5
62MLINKS+=passwd.5 master.passwd.5
63MLINKS+=resolver.5 resolv.conf.5
64MLINKS+=utmp.5 lastlog.5 \
65	utmp.5 wtmp.5
66
67.include <bsd.prog.mk>
68