Makefile revision 290659
11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252696Sgreen#	$FreeBSD: head/share/man/man5/Makefile 290659 2015-11-10 13:28:41Z ngie $
31638Srgrimes
4265420Simp.include <src.opts.mk>
5155611Simp
61988Swollman#MISSING: dump.5 plot.5
7124747SruMAN=	acct.5 \
8172085Sjkoshy	ar.5 \
9124747Sru	a.out.5 \
10171851Sdanger	${_boot.config.5} \
11124747Sru	core.5 \
12124747Sru	devfs.5 \
13146329Skeramida	devfs.conf.5 \
14146329Skeramida	devfs.rules.5 \
15124747Sru	device.hints.5 \
16124747Sru	dir.5 \
17124747Sru	disktab.5 \
18124747Sru	elf.5 \
19124747Sru	ethers.5 \
20129759Sbrooks	eui64.5 \
21163029Sru	ext2fs.5 \
22124747Sru	fbtab.5 \
23124747Sru	fdescfs.5 \
24124747Sru	forward.5 \
25124747Sru	fs.5 \
26124747Sru	fstab.5 \
27124747Sru	group.5 \
28124747Sru	hosts.5 \
29124747Sru	hosts.equiv.5 \
30124747Sru	hosts.lpd.5 \
31124747Sru	intro.5 \
32124747Sru	libmap.conf.5 \
33124747Sru	link.5 \
34124747Sru	linprocfs.5 \
35158381Sambrisko	linsysfs.5 \
36124747Sru	mailer.conf.5 \
37124747Sru	make.conf.5 \
38124747Sru	moduli.5 \
39124747Sru	motd.5 \
40153103Sdavidxu	mqueuefs.5 \
41124747Sru	msdosfs.5 \
42108304Strhodes	networks.5 \
43124747Sru	nsmb.conf.5 \
44124747Sru	nsswitch.conf.5 \
45183631Sdanger	nullfs.5 \
46124747Sru	passwd.5 \
47124747Sru	pbm.5 \
48124747Sru	periodic.conf.5 \
49124747Sru	phones.5 \
50187825Stabthorpe	portindex.5 \
51150665Sru	portsnap.conf.5 \
52124747Sru	procfs.5 \
53124747Sru	protocols.5 \
54124747Sru	quota.user.5 \
55124747Sru	rc.conf.5 \
56220640Strasz	rctl.conf.5 \
57178354Ssam	regdomain.5 \
58158665Srodrigc	reiserfs.5 \
59124747Sru	remote.5 \
60124747Sru	resolver.5 \
61124747Sru	services.5 \
62124747Sru	shells.5 \
63156940Sru	src.conf.5 \
64124747Sru	stab.5 \
65124747Sru	style.Makefile.5 \
66124747Sru	sysctl.conf.5 \
67241607Sattilio	tmpfs.5
681638Srgrimes
69124747SruMLINKS=	dir.5 dirent.5
7032158SbdeMLINKS+=fs.5 inode.5
7132158SbdeMLINKS+=hosts.equiv.5 rhosts.5
72108414StrhodesMLINKS+=msdosfs.5 msdos.5
7377865SruMLINKS+=passwd.5 master.passwd.5
74230328SkevloMLINKS+=portindex.5 INDEX.5
7572875SnikMLINKS+=quota.user.5 quota.group.5
76156709SjcamouMLINKS+=rc.conf.5 rc.conf.local.5
7732158SbdeMLINKS+=resolver.5 resolv.conf.5
78287925SbdreweryMLINKS+=src.conf.5 src-env.conf.5
7932158Sbde
80277728Sngie.if ${MK_AUTOFS} != "no"
81277728SngieMAN+=	autofs.5
82277728Sngie.endif
83277728Sngie
84290659Sngie.if ${MK_BLUETOOTH} != "no"
85290659SngieMAN+=	bluetooth.device.conf.5 \
86290659Sngie	bluetooth.hosts.5 \
87290659Sngie	bluetooth.protocols.5
88290659Sngie.endif
89290659Sngie
90255505Sgjb.if ${MK_FREEBSD_UPDATE} != "no"
91255505SgjbMAN+=	freebsd-update.conf.5
92255505Sgjb.endif
93255505Sgjb
94156813Sru.if ${MK_HESIOD} != "no"
95148781SphkMAN+=	hesiod.conf.5 
96148781Sphk.endif
97148781Sphk
98235537Sgber.if ${MK_NAND} != "no"
99235537SgberMAN+=	nandfs.5
100235537Sgber.endif
101235537Sgber
102240689Szeising.if ${MK_PF} != "no"
103240689SzeisingMAN+=	pf.conf.5 \
104240689Szeising	pf.os.5
105240689Szeising.endif
106240689Szeising
107211725Simp.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
108171851Sdanger_boot.config.5=	boot.config.5
109171851Sdanger.endif
110171851Sdanger
1111638Srgrimes.include <bsd.prog.mk>
112