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