xref: /dragonfly/share/man/man5/Makefile (revision 4a65f651)
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.18 2008/07/27 18:25:38 thomas Exp $
4
5#MISSING: dump.5 plot.5
6MAN=	acct.5 \
7	a.out.5 \
8	compilers.conf.5 \
9	core.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	ffs.5 \
19	forward.5 \
20	fs.5 \
21	fstab.5 \
22	gb18030.5 \
23	gbk.5 \
24	group.5 \
25	hammer.5 \
26	hosts.5 \
27	hosts.equiv.5 \
28	hosts.lpd.5 \
29	intro.5 \
30	kernconf.5 \
31	kernel.conf.5 \
32	link.5 \
33	linprocfs.5 \
34	mailer.conf.5 \
35	make.conf.5 \
36	manpath.config.5 \
37	motd.5 \
38	msdos.5 \
39	networks.5 \
40	nsswitch.conf.5 \
41	passwd.5 \
42	periodic.conf.5 \
43	phones.5 \
44	procfs.5 \
45	protocols.5 \
46	rc.conf.5 \
47	remote.5 \
48	resident.conf.5 \
49	resolver.5 \
50	services.5 \
51	shells.5 \
52	stab.5 \
53	sysctl.conf.5 \
54	utf2.5 \
55	utf8.5 \
56	utmp.5 \
57	uuids.5 \
58	varsym.conf.5
59
60.if defined(WANT_HESIOD)
61MAN+=	hesiod.conf.5
62.endif
63
64MLINKS=	dir.5 dirent.5
65MLINKS+=ffs.5 UFS.5
66MLINKS+=fs.5 inode.5
67MLINKS+=hammer.5 HAMMER.5
68MLINKS+=hosts.equiv.5 rhosts.5
69MLINKS+=passwd.5 master.passwd.5
70MLINKS+=resolver.5 resolv.conf.5
71MLINKS+=utmp.5 lastlog.5 \
72	utmp.5 wtmp.5
73
74.include <bsd.prog.mk>
75