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	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