11638Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
252696Sgreen#	$FreeBSD$
31638Srgrimes
4156813Sru.include <bsd.own.mk>
5155611Simp
61988Swollman#MISSING: dump.5 plot.5
7124747SruMAN=	acct.5 \
8172085Sjkoshy	ar.5 \
9124747Sru	a.out.5 \
10270892Strasz	autofs.5 \
11152999Semax	bluetooth.device.conf.5 \
12124747Sru	bluetooth.hosts.5 \
13124747Sru	bluetooth.protocols.5 \
14171851Sdanger	${_boot.config.5} \
15124747Sru	core.5 \
16124747Sru	devfs.5 \
17146329Skeramida	devfs.conf.5 \
18146329Skeramida	devfs.rules.5 \
19124747Sru	device.hints.5 \
20124747Sru	dir.5 \
21124747Sru	disktab.5 \
22124747Sru	elf.5 \
23124747Sru	ethers.5 \
24129759Sbrooks	eui64.5 \
25163029Sru	ext2fs.5 \
26124747Sru	fbtab.5 \
27124747Sru	fdescfs.5 \
28124747Sru	forward.5 \
29124747Sru	fs.5 \
30124747Sru	fstab.5 \
31124747Sru	group.5 \
32124747Sru	hosts.5 \
33124747Sru	hosts.equiv.5 \
34124747Sru	hosts.lpd.5 \
35124747Sru	intro.5 \
36124747Sru	libmap.conf.5 \
37124747Sru	link.5 \
38124747Sru	linprocfs.5 \
39158381Sambrisko	linsysfs.5 \
40124747Sru	mailer.conf.5 \
41124747Sru	make.conf.5 \
42124747Sru	moduli.5 \
43124747Sru	motd.5 \
44153103Sdavidxu	mqueuefs.5 \
45124747Sru	msdosfs.5 \
46108304Strhodes	networks.5 \
47124747Sru	nsmb.conf.5 \
48124747Sru	nsswitch.conf.5 \
49183631Sdanger	nullfs.5 \
50124747Sru	passwd.5 \
51124747Sru	pbm.5 \
52124747Sru	periodic.conf.5 \
53124747Sru	phones.5 \
54187825Stabthorpe	portindex.5 \
55150665Sru	portsnap.conf.5 \
56124747Sru	procfs.5 \
57124747Sru	protocols.5 \
58124747Sru	quota.user.5 \
59124747Sru	rc.conf.5 \
60220640Strasz	rctl.conf.5 \
61178354Ssam	regdomain.5 \
62158665Srodrigc	reiserfs.5 \
63124747Sru	remote.5 \
64124747Sru	resolver.5 \
65124747Sru	services.5 \
66124747Sru	shells.5 \
67156940Sru	src.conf.5 \
68124747Sru	stab.5 \
69124747Sru	style.Makefile.5 \
70124747Sru	sysctl.conf.5 \
71241607Sattilio	tmpfs.5
721638Srgrimes
73124747SruMLINKS=	dir.5 dirent.5
7432158SbdeMLINKS+=fs.5 inode.5
7532158SbdeMLINKS+=hosts.equiv.5 rhosts.5
76108414StrhodesMLINKS+=msdosfs.5 msdos.5
7777865SruMLINKS+=passwd.5 master.passwd.5
78230328SkevloMLINKS+=portindex.5 INDEX.5
7972875SnikMLINKS+=quota.user.5 quota.group.5
80156709SjcamouMLINKS+=rc.conf.5 rc.conf.local.5
8132158SbdeMLINKS+=resolver.5 resolv.conf.5
8232158Sbde
83255505Sgjb.if ${MK_FREEBSD_UPDATE} != "no"
84255505SgjbMAN+=	freebsd-update.conf.5
85255505Sgjb.endif
86255505Sgjb
87156813Sru.if ${MK_HESIOD} != "no"
88148781SphkMAN+=	hesiod.conf.5 
89148781Sphk.endif
90148781Sphk
91235537Sgber.if ${MK_NAND} != "no"
92235537SgberMAN+=	nandfs.5
93235537Sgber.endif
94235537Sgber
95240689Szeising.if ${MK_PF} != "no"
96240689SzeisingMAN+=	pf.conf.5 \
97240689Szeising	pf.os.5
98240689Szeising.endif
99240689Szeising
100211725Simp.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
101171851Sdanger_boot.config.5=	boot.config.5
102171851Sdanger.endif
103171851Sdanger
1041638Srgrimes.include <bsd.prog.mk>
105