1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: stable/11/share/man/man5/Makefile 318622 2017-05-22 06:20:22Z ngie $
3
4.include <src.opts.mk>
5
6PACKAGE=runtime-manuals
7
8#MISSING: dump.5 plot.5
9MAN=	acct.5 \
10	ar.5 \
11	a.out.5 \
12	${_boot.config.5} \
13	cd9660.5 \
14	core.5 \
15	devfs.5 \
16	devfs.conf.5 \
17	devfs.rules.5 \
18	device.hints.5 \
19	dir.5 \
20	disktab.5 \
21	elf.5 \
22	ethers.5 \
23	eui64.5 \
24	ext2fs.5 \
25	fbtab.5 \
26	fdescfs.5 \
27	forward.5 \
28	fs.5 \
29	fstab.5 \
30	group.5 \
31	hosts.5 \
32	hosts.equiv.5 \
33	hosts.lpd.5 \
34	intro.5 \
35	libmap.conf.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	mqueuefs.5 \
44	msdosfs.5 \
45	networks.5 \
46	nsmb.conf.5 \
47	nsswitch.conf.5 \
48	nullfs.5 \
49	passwd.5 \
50	pbm.5 \
51	periodic.conf.5 \
52	phones.5 \
53	portindex.5 \
54	portsnap.conf.5 \
55	procfs.5 \
56	protocols.5 \
57	quota.user.5 \
58	rc.conf.5 \
59	rctl.conf.5 \
60	regdomain.5 \
61	remote.5 \
62	resolver.5 \
63	services.5 \
64	shells.5 \
65	src.conf.5 \
66	stab.5 \
67	style.Makefile.5 \
68	sysctl.conf.5 \
69	tmpfs.5
70
71MLINKS=	dir.5 dirent.5
72MLINKS+=fs.5 inode.5
73MLINKS+=hosts.equiv.5 rhosts.5
74MLINKS+=msdosfs.5 msdos.5
75MLINKS+=passwd.5 master.passwd.5
76MLINKS+=portindex.5 INDEX.5
77MLINKS+=quota.user.5 quota.group.5
78MLINKS+=rc.conf.5 rc.conf.local.5
79MLINKS+=resolver.5 resolv.conf.5
80MLINKS+=src.conf.5 src-env.conf.5
81
82.if ${MK_AUTOFS} != "no"
83MAN+=	autofs.5
84.endif
85
86.if ${MK_BLUETOOTH} != "no"
87MAN+=	bluetooth.device.conf.5 \
88	bluetooth.hosts.5 \
89	bluetooth.protocols.5
90.endif
91
92.if ${MK_FREEBSD_UPDATE} != "no"
93MAN+=	freebsd-update.conf.5
94.endif
95
96.if ${MK_HESIOD} != "no"
97MAN+=	hesiod.conf.5 
98.endif
99
100.if ${MK_NAND} != "no"
101MAN+=	nandfs.5
102.endif
103
104.if ${MK_PF} != "no"
105MAN+=	pf.conf.5 \
106	pf.os.5
107.endif
108
109.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
110_boot.config.5=	boot.config.5
111.endif
112
113.include <bsd.prog.mk>
114