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