1116743Ssam#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2186904Ssam#	$FreeBSD$
3116743Ssam
4116743Ssam.include <bsd.own.mk>
5116743Ssam
6116743Ssam#MISSING: dump.5 plot.5
7116743SsamMAN=	acct.5 \
8116743Ssam	ar.5 \
9116743Ssam	a.out.5 \
10116743Ssam	bluetooth.device.conf.5 \
11116743Ssam	bluetooth.hosts.5 \
12116743Ssam	bluetooth.protocols.5 \
13116743Ssam	${_boot.config.5} \
14116743Ssam	core.5 \
15116743Ssam	devfs.5 \
16116743Ssam	devfs.conf.5 \
17116743Ssam	devfs.rules.5 \
18116743Ssam	device.hints.5 \
19116743Ssam	dir.5 \
20116743Ssam	disktab.5 \
21116743Ssam	elf.5 \
22116743Ssam	ethers.5 \
23116743Ssam	eui64.5 \
24116743Ssam	ext2fs.5 \
25116743Ssam	fbtab.5 \
26116743Ssam	fdescfs.5 \
27116743Ssam	forward.5 \
28116743Ssam	fs.5 \
29116743Ssam	fstab.5 \
30116743Ssam	group.5 \
31116743Ssam	hosts.5 \
32116743Ssam	hosts.equiv.5 \
33116743Ssam	hosts.lpd.5 \
34116743Ssam	intro.5 \
35116743Ssam	libmap.conf.5 \
36116743Ssam	link.5 \
37116743Ssam	linprocfs.5 \
38185522Ssam	linsysfs.5 \
39185522Ssam	mailer.conf.5 \
40119783Ssam	make.conf.5 \
41116743Ssam	moduli.5 \
42138570Ssam	motd.5 \
43116743Ssam	mqueuefs.5 \
44116743Ssam	msdosfs.5 \
45116743Ssam	networks.5 \
46220033Sadrian	nsmb.conf.5 \
47220033Sadrian	nsswitch.conf.5 \
48220033Sadrian	nullfs.5 \
49220053Sadrian	passwd.5 \
50220033Sadrian	pbm.5 \
51220033Sadrian	periodic.conf.5 \
52220033Sadrian	phones.5 \
53220033Sadrian	portindex.5 \
54155481Ssam	portsnap.conf.5 \
55116743Ssam	procfs.5 \
56155481Ssam	protocols.5 \
57155481Ssam	quota.user.5 \
58170530Ssam	rc.conf.5 \
59155481Ssam	rctl.conf.5 \
60178354Ssam	regdomain.5 \
61178354Ssam	reiserfs.5 \
62140438Ssam	remote.5 \
63138570Ssam	resolver.5 \
64155480Ssam	services.5 \
65138570Ssam	shells.5 \
66116743Ssam	src.conf.5 \
67225818Sadrian	stab.5 \
68147067Ssam	style.Makefile.5 \
69147067Ssam	sysctl.conf.5 \
70147067Ssam	tmpfs.5
71147057Ssam
72147057SsamMLINKS=	dir.5 dirent.5
73147057SsamMLINKS+=fs.5 inode.5
74147057SsamMLINKS+=hosts.equiv.5 rhosts.5
75147057SsamMLINKS+=msdosfs.5 msdos.5
76147057SsamMLINKS+=passwd.5 master.passwd.5
77147057SsamMLINKS+=portindex.5 INDEX.5
78147057SsamMLINKS+=quota.user.5 quota.group.5
79147057SsamMLINKS+=rc.conf.5 rc.conf.local.5
80147057SsamMLINKS+=resolver.5 resolv.conf.5
81147057Ssam
82170530Ssam.if ${MK_FREEBSD_UPDATE} != "no"
83170530SsamMAN+=	freebsd-update.conf.5
84170530Ssam.endif
85170530Ssam
86227328Sadrian.if ${MK_HESIOD} != "no"
87227328SadrianMAN+=	hesiod.conf.5 
88227328Sadrian.endif
89227328Sadrian
90227328Sadrian.if ${MK_NAND} != "no"
91227328SadrianMAN+=	nandfs.5
92227328Sadrian.endif
93227328Sadrian
94227328Sadrian.if ${MK_PF} != "no"
95227328SadrianMAN+=	pf.conf.5 \
96227328Sadrian	pf.os.5
97227328Sadrian.endif
98227328Sadrian
99227328Sadrian.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
100227328Sadrian_boot.config.5=	boot.config.5
101227328Sadrian.endif
102227328Sadrian
103227328Sadrian.include <bsd.prog.mk>
104227328Sadrian