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

PACKAGE=runtime-manuals

MAN=	aic.4 \
	apm.4 \
	ce.4 \
	cp.4 \
	CPU_ELAN.4 \
	cs.4 \
	ctau.4 \
	cx.4 \
	ep.4 \
	ex.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>