11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252696Sgreen#	$FreeBSD: stable/11/share/man/man5/Makefile 318622 2017-05-22 06:20:22Z ngie $
31638Srgrimes
4265420Simp.include <src.opts.mk>
5155611Simp
6298107SgjbPACKAGE=runtime-manuals
7298107Sgjb
81988Swollman#MISSING: dump.5 plot.5
9124747SruMAN=	acct.5 \
10172085Sjkoshy	ar.5 \
11124747Sru	a.out.5 \
12171851Sdanger	${_boot.config.5} \
13318622Sngie	cd9660.5 \
14124747Sru	core.5 \
15124747Sru	devfs.5 \
16146329Skeramida	devfs.conf.5 \
17146329Skeramida	devfs.rules.5 \
18124747Sru	device.hints.5 \
19124747Sru	dir.5 \
20124747Sru	disktab.5 \
21124747Sru	elf.5 \
22124747Sru	ethers.5 \
23129759Sbrooks	eui64.5 \
24163029Sru	ext2fs.5 \
25124747Sru	fbtab.5 \
26124747Sru	fdescfs.5 \
27124747Sru	forward.5 \
28124747Sru	fs.5 \
29124747Sru	fstab.5 \
30124747Sru	group.5 \
31124747Sru	hosts.5 \
32124747Sru	hosts.equiv.5 \
33124747Sru	hosts.lpd.5 \
34124747Sru	intro.5 \
35124747Sru	libmap.conf.5 \
36124747Sru	link.5 \
37124747Sru	linprocfs.5 \
38158381Sambrisko	linsysfs.5 \
39124747Sru	mailer.conf.5 \
40124747Sru	make.conf.5 \
41124747Sru	moduli.5 \
42124747Sru	motd.5 \
43153103Sdavidxu	mqueuefs.5 \
44124747Sru	msdosfs.5 \
45108304Strhodes	networks.5 \
46124747Sru	nsmb.conf.5 \
47124747Sru	nsswitch.conf.5 \
48183631Sdanger	nullfs.5 \
49124747Sru	passwd.5 \
50124747Sru	pbm.5 \
51124747Sru	periodic.conf.5 \
52124747Sru	phones.5 \
53187825Stabthorpe	portindex.5 \
54150665Sru	portsnap.conf.5 \
55124747Sru	procfs.5 \
56124747Sru	protocols.5 \
57124747Sru	quota.user.5 \
58124747Sru	rc.conf.5 \
59220640Strasz	rctl.conf.5 \
60178354Ssam	regdomain.5 \
61124747Sru	remote.5 \
62124747Sru	resolver.5 \
63124747Sru	services.5 \
64124747Sru	shells.5 \
65156940Sru	src.conf.5 \
66124747Sru	stab.5 \
67124747Sru	style.Makefile.5 \
68124747Sru	sysctl.conf.5 \
69241607Sattilio	tmpfs.5
701638Srgrimes
71124747SruMLINKS=	dir.5 dirent.5
7232158SbdeMLINKS+=fs.5 inode.5
7332158SbdeMLINKS+=hosts.equiv.5 rhosts.5
74108414StrhodesMLINKS+=msdosfs.5 msdos.5
7577865SruMLINKS+=passwd.5 master.passwd.5
76230328SkevloMLINKS+=portindex.5 INDEX.5
7772875SnikMLINKS+=quota.user.5 quota.group.5
78156709SjcamouMLINKS+=rc.conf.5 rc.conf.local.5
7932158SbdeMLINKS+=resolver.5 resolv.conf.5
80287925SbdreweryMLINKS+=src.conf.5 src-env.conf.5
8132158Sbde
82277728Sngie.if ${MK_AUTOFS} != "no"
83277728SngieMAN+=	autofs.5
84277728Sngie.endif
85277728Sngie
86290659Sngie.if ${MK_BLUETOOTH} != "no"
87290659SngieMAN+=	bluetooth.device.conf.5 \
88290659Sngie	bluetooth.hosts.5 \
89290659Sngie	bluetooth.protocols.5
90290659Sngie.endif
91290659Sngie
92255505Sgjb.if ${MK_FREEBSD_UPDATE} != "no"
93255505SgjbMAN+=	freebsd-update.conf.5
94255505Sgjb.endif
95255505Sgjb
96156813Sru.if ${MK_HESIOD} != "no"
97148781SphkMAN+=	hesiod.conf.5 
98148781Sphk.endif
99148781Sphk
100235537Sgber.if ${MK_NAND} != "no"
101235537SgberMAN+=	nandfs.5
102235537Sgber.endif
103235537Sgber
104240689Szeising.if ${MK_PF} != "no"
105240689SzeisingMAN+=	pf.conf.5 \
106240689Szeising	pf.os.5
107240689Szeising.endif
108240689Szeising
109211725Simp.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
110171851Sdanger_boot.config.5=	boot.config.5
111171851Sdanger.endif
112171851Sdanger
1131638Srgrimes.include <bsd.prog.mk>
114