aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386/Makefile
blob: 3dfc5f151f9f75c87919055b077e6a809cfbac65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

MAN=	apm.4 \
	ce.4 \
	cp.4 \
	CPU_ELAN.4 \
	glxiic.4 \
	glxsb.4 \
	longrun.4 \
	npx.4 \
	pae.4 \
	pbio.4 \
	perfmon.4 \
	pnp.4 \
	pnpbios.4 \
	sbni.4 \
	smapi.4 \
	vpd.4

MLINKS=	CPU_ELAN.4 CPU_SOEKRIS.4
MLINKS+=pae.4 PAE.4
MLINKS+=sbni.4 if_sbni.4

# Link files to the architecture directory
_ARCH_SUBDIR=i386
.for _manpage _link in ${MLINKS}
MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link}
.endfor
.for _manpage in ${MAN}
MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
.endfor

.include <bsd.prog.mk>