1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$FreeBSD: stable/9/share/man/man5/Makefile 290880 2015-11-15 20:25:26Z ngie $
3
4.include <bsd.own.mk>
5
6#MISSING: dump.5 plot.5
7MAN=	acct.5 \
8	ar.5 \
9	a.out.5 \
10	${_boot.config.5} \
11	core.5 \
12	devfs.5 \
13	devfs.conf.5 \
14	devfs.rules.5 \
15	device.hints.5 \
16	dir.5 \
17	disktab.5 \
18	elf.5 \
19	ethers.5 \
20	eui64.5 \
21	ext2fs.5 \
22	fbtab.5 \
23	fdescfs.5 \
24	forward.5 \
25	fs.5 \
26	fstab.5 \
27	group.5 \
28	hosts.5 \
29	hosts.equiv.5 \
30	hosts.lpd.5 \
31	intro.5 \
32	libmap.conf.5 \
33	link.5 \
34	linprocfs.5 \
35	linsysfs.5 \
36	mailer.conf.5 \
37	make.conf.5 \
38	moduli.5 \
39	motd.5 \
40	mqueuefs.5 \
41	msdosfs.5 \
42	networks.5 \
43	nsmb.conf.5 \
44	nsswitch.conf.5 \
45	nullfs.5 \
46	passwd.5 \
47	pbm.5 \
48	periodic.conf.5 \
49	phones.5 \
50	portindex.5 \
51	portsnap.conf.5 \
52	procfs.5 \
53	protocols.5 \
54	quota.user.5 \
55	rc.conf.5 \
56	rctl.conf.5 \
57	regdomain.5 \
58	reiserfs.5 \
59	remote.5 \
60	resolver.5 \
61	services.5 \
62	shells.5 \
63	src.conf.5 \
64	stab.5 \
65	style.Makefile.5 \
66	sysctl.conf.5 \
67	tmpfs.5 \
68	xfs.5
69
70MLINKS=	dir.5 dirent.5
71MLINKS+=fs.5 inode.5
72MLINKS+=hosts.equiv.5 rhosts.5
73MLINKS+=msdosfs.5 msdos.5
74MLINKS+=passwd.5 master.passwd.5
75MLINKS+=quota.user.5 quota.group.5
76MLINKS+=rc.conf.5 rc.conf.local.5
77MLINKS+=resolver.5 resolv.conf.5
78
79.if ${MK_BLUETOOTH} != "no"
80MAN+=	bluetooth.device.conf.5 \
81	bluetooth.hosts.5 \
82	bluetooth.protocols.5
83.endif
84
85.if ${MK_FREEBSD_UPDATE} != "no"
86MAN+=	freebsd-update.conf.5
87.endif
88
89.if ${MK_HESIOD} != "no"
90MAN+=	hesiod.conf.5
91.endif
92
93.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
94_boot.config.5=	boot.config.5
95.endif
96
97.include <bsd.prog.mk>
98