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