xref: /dragonfly/share/man/man5/Makefile (revision 32efd857)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: src/share/man/man5/Makefile 211725 2010-08-23 22:24:11Z imp $
3
4MAN=	acct.5 \
5	a.out.5 \
6	autofs.5 \
7	compilers.conf.5 \
8	core.5 \
9	crypttab.5 \
10	devfs.5 \
11	devtab.5 \
12	dir.5 \
13	dirfs.5 \
14	disktab.5 \
15	elf.5 \
16	ethers.5 \
17	eui64.5 \
18	ext2fs.5 \
19	fbtab.5 \
20	ffs.5 \
21	forward.5 \
22	fs.5 \
23	fstab.5 \
24	group.5 \
25	hammer.5 \
26	hosts.5 \
27	hosts.equiv.5 \
28	hosts.lpd.5 \
29	intro.5 \
30	libmap.conf.5 \
31	kernconf.5 \
32	link.5 \
33	loader.conf.5 \
34	mailer.conf.5 \
35	make.conf.5 \
36	motd.5 \
37	msdos.5 \
38	networks.5 \
39	nfs.5 \
40	nsmb.conf.5 \
41	nsswitch.conf.5 \
42	null.5 \
43	passwd.5 \
44	periodic.conf.5 \
45	pf.conf.5 \
46	pf.os.5 \
47	phones.5 \
48	procfs.5 \
49	protocols.5 \
50	rc.conf.5 \
51	regdomain.5 \
52	remote.5 \
53	resident.conf.5 \
54	resolver.5 \
55	services.5 \
56	shells.5 \
57	smbfs.5 \
58	sysctl.conf.5 \
59	tmpfs.5 \
60	utmpx.5 \
61	uuids.5 \
62	varsym.conf.5
63
64.if defined(WANT_HESIOD)
65MAN+=	hesiod.conf.5
66.endif
67
68MLINKS=	dir.5 dirent.5
69MLINKS+=ffs.5 ufs.5 \
70	ffs.5 UFS.5
71MLINKS+=fs.5 inode.5
72MLINKS+=hammer.5 HAMMER.5
73MLINKS+=null.5 nullfs.5
74MLINKS+=hosts.equiv.5 rhosts.5
75MLINKS+=passwd.5 master.passwd.5
76MLINKS+=resolver.5 resolv.conf.5
77MLINKS+=utmpx.5 lastlogx.5 \
78	utmpx.5 wtmpx.5
79
80.include <bsd.prog.mk>
81