xref: /freebsd/share/man/man4/man4.i386/Makefile (revision 77a0943ded95b9e6438f7db70c4a28e4d93946d4)
1# $FreeBSD$
2
3MAN4=	aic.4 alpm.4 apm.4 ar.4 asc.4 asr.4 \
4	cs.4 cx.4 cy.4 \
5	dgb.4 el.4 en.4 ep.4 ex.4 fe.4 gsc.4 \
6	ie.4 io.4 labpc.4 le.4 linux.4 lnc.4 matcd.4 mcd.4 \
7	meteor.4 mse.4 npx.4 \
8	pcf.4 perfmon.4 pnp.4 \
9	rdp.4 sb.4 scd.4 \
10	spkr.4 sr.4 tw.4 \
11	tx.4 vx.4 \
12	wd.4 wl.4 wt.4
13
14MLINKS=		aic.4 ../aic.4
15MLINKS+=	alpm.4 ../alpm.4
16MLINKS+=	apm.4 ../apm.4
17MLINKS+=	ar.4 ../ar.4
18MLINKS+=	asc.4 ../asc.4
19MLINKS+=	asr.4 ../asr.4
20MLINKS+=	cs.4 ../cs.4
21MLINKS+=	cx.4 ../cx.4
22MLINKS+=	cy.4 ../cy.4
23MLINKS+=	dgb.4 ../dgb.4
24MLINKS+=	el.4 ../el.4
25MLINKS+=	en.4 ../en.4
26MLINKS+=	ep.4 ../ep.4
27MLINKS+=	ex.4 ../ex.4
28MLINKS+=	fe.4 ../fe.4
29MLINKS+=	gsc.4 ../gsc.4
30MLINKS+=	ie.4 ../ie.4
31MLINKS+=	io.4 ../io.4
32MLINKS+=	labpc.4 ../labpc.4
33MLINKS+=	le.4 ../le.4
34MLINKS+=	linux.4 ../linux.4
35MLINKS+=	lnc.4 ../lnc.4
36MLINKS+=	matcd.4 ../matcd.4
37MLINKS+=	mcd.4 ../mcd.4
38MLINKS+=	meteor.4 ../meteor.4
39MLINKS+=	mse.4 ../mse.4
40MLINKS+=	npx.4 ../npx.4
41MLINKS+=	pcf.4 ../pcf.4
42MLINKS+=	perfmon.4 ../perfmon.4
43MLINKS+=	pnp.4 ../pnp.4
44MLINKS+=	rdp.4 ../rdp.4
45MLINKS+=	sb.4 ../sb.4
46MLINKS+=	scd.4 ../scd.4
47MLINKS+=	spkr.4 ../spkr.4 spkr.4 speaker.4 spkr.4 ../speaker.4
48MLINKS+=	sr.4 ../sr.4
49MLINKS+=	tw.4 ../tw.4
50MLINKS+=	tx.4 ../tx.4
51MLINKS+=	vx.4 ../vx.4
52MLINKS+=	wd.4 ../wd.4
53MLINKS+=	wl.4 ../wl.4
54MLINKS+=	wt.4 ../wt.4
55
56MANSUBDIR=/i386
57
58.include <bsd.prog.mk>
59