aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386/Makefile
blob: eddf3e2e2834e971cc96c97a29ceae9b16a4f4a2 (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
# $FreeBSD$

PACKAGE=runtime-manuals

MAN=	apm.4 \
	ce.4 \
	cp.4 \
	CPU_ELAN.4 \
	ctau.4 \
	cx.4 \
	fe.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 \
	vx.4

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

MANSUBDIR=/i386

.include <bsd.prog.mk>