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