xref: /freebsd/share/man/man5/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3#MISSING: dump.5 plot.5
4MAN=	acct.5 \
5	ar.5 \
6	a.out.5 \
7	${_boot.config.5} \
8	core.5 \
9	devfs.conf.5 \
10	devfs.rules.5 \
11	device.hints.5 \
12	dir.5 \
13	disktab.5 \
14	elf.5 \
15	ethers.5 \
16	eui64.5 \
17	fbtab.5 \
18	forward.5 \
19	fs.5 \
20	fstab.5 \
21	group.5 \
22	hosts.5 \
23	hosts.equiv.5 \
24	hosts.lpd.5 \
25	intro.5 \
26	libmap.conf.5 \
27	link.5 \
28	mailer.conf.5 \
29	make.conf.5 \
30	moduli.5 \
31	motd.5 \
32	mount.conf.5 \
33	networks.5 \
34	nsmb.conf.5 \
35	nsswitch.conf.5 \
36	os-release.5 \
37	p9fs.5 \
38	passwd.5 \
39	pbm.5 \
40	periodic.conf.5 \
41	phones.5 \
42	portindex.5 \
43	protocols.5 \
44	quota.user.5 \
45	rc.conf.5 \
46	rctl.conf.5 \
47	regdomain.5 \
48	remote.5 \
49	resolver.5 \
50	services.5 \
51	shells.5 \
52	src.conf.5 \
53	stab.5 \
54	style.Makefile.5 \
55	style.mdoc.5 \
56	sysctl.conf.5 \
57
58MLINKS=	dir.5 dirent.5
59MLINKS+=fs.5 inode.5
60MLINKS+=hosts.equiv.5 rhosts.5
61MLINKS+=passwd.5 master.passwd.5
62MLINKS+=passwd.5 pwd.db.5
63MLINKS+=passwd.5 spwd.db.5
64MLINKS+=portindex.5 INDEX.5
65MLINKS+=quota.user.5 quota.group.5
66MLINKS+=rc.conf.5 rc.conf.local.5
67MLINKS+=resolver.5 resolv.conf.5
68MLINKS+=src.conf.5 src-env.conf.5
69
70.if ${MK_BLUETOOTH} != "no"
71MAN+=	bluetooth.device.conf.5 \
72	bluetooth.hosts.5 \
73	bluetooth.protocols.5
74.endif
75
76.if ${MK_FREEBSD_UPDATE} != "no"
77MAN+=	freebsd-update.conf.5
78.endif
79
80.if ${MK_HESIOD} != "no"
81MAN+=	hesiod.conf.5
82.endif
83
84.if ${MK_PF} != "no"
85MAN+=	pf.conf.5 \
86	pf.os.5
87.endif
88
89# This makes more sense for amd64 and i386 but
90# we decide to install all manpages in all architectures
91_boot.config.5=	boot.config.5
92
93.include <bsd.prog.mk>
94