26a4cb66b9
not i386 specific anymore -- move them to appropriate place)
71 lines
1.6 KiB
Makefile
71 lines
1.6 KiB
Makefile
# $FreeBSD$
|
|
|
|
MAN4= adv.4 adw.4 aha.4 ahb.4 aic.4 alpm.4 apm.4 ar.4 asc.4 \
|
|
bktr.4 bt.4 cs.4 cx.4 cy.4 \
|
|
dgb.4 dpt.4 ed.4 el.4 en.4 ep.4 ex.4 fe.4 gsc.4 \
|
|
ie.4 io.4 joy.4 labpc.4 le.4 lnc.4 matcd.4 mcd.4 \
|
|
meteor.4 mse.4 npx.4 \
|
|
pcf.4 perfmon.4 pnp.4 ppc.4 \
|
|
rdp.4 sb.4 scd.4 \
|
|
spkr.4 sr.4 tw.4 \
|
|
tx.4 vx.4 \
|
|
wd.4 wfd.4 wi.4 wl.4 wt.4 ze.4 zp.4
|
|
|
|
MLINKS= adv.4 ../adv.4
|
|
MLINKS+= adw.4 ../adw.4
|
|
MLINKS+= aha.4 ../aha.4
|
|
MLINKS+= ahb.4 ../ahb.4
|
|
MLINKS+= aic.4 ../aic.4
|
|
MLINKS+= alpm.4 ../alpm.4
|
|
MLINKS+= apm.4 ../apm.4
|
|
MLINKS+= ar.4 ../ar.4
|
|
MLINKS+= asc.4 ../asc.4
|
|
MLINKS+= bktr.4 ../bktr.4
|
|
MLINKS+= bt.4 ../bt.4
|
|
MLINKS+= cs.4 ../cs.4
|
|
MLINKS+= cx.4 ../cx.4
|
|
MLINKS+= cy.4 ../cy.4
|
|
MLINKS+= dgb.4 ../dgb.4
|
|
MLINKS+= dpt.4 ../dpt.4
|
|
MLINKS+= ed.4 ../ed.4
|
|
MLINKS+= el.4 ../el.4
|
|
MLINKS+= en.4 ../en.4
|
|
MLINKS+= ep.4 ../ep.4
|
|
MLINKS+= ex.4 ../ex.4
|
|
MLINKS+= fe.4 ../fe.4
|
|
MLINKS+= gsc.4 ../gsc.4
|
|
MLINKS+= ie.4 ../ie.4
|
|
MLINKS+= io.4 ../io.4
|
|
MLINKS+= joy.4 ../joy.4
|
|
MLINKS+= labpc.4 ../labpc.4
|
|
MLINKS+= le.4 ../le.4
|
|
MLINKS+= lnc.4 ../lnc.4
|
|
MLINKS+= matcd.4 ../matcd.4
|
|
MLINKS+= mcd.4 ../mcd.4
|
|
MLINKS+= meteor.4 ../meteor.4
|
|
MLINKS+= mse.4 ../mse.4
|
|
MLINKS+= npx.4 ../npx.4
|
|
MLINKS+= pcf.4 ../pcf.4
|
|
MLINKS+= perfmon.4 ../perfmon.4
|
|
MLINKS+= pnp.4 ../pnp.4
|
|
MLINKS+= ppc.4 ../ppc.4
|
|
MLINKS+= rdp.4 ../rdp.4
|
|
MLINKS+= sb.4 ../sb.4
|
|
MLINKS+= scd.4 ../scd.4
|
|
MLINKS+= spkr.4 ../spkr.4 spkr.4 speaker.4 spkr.4 ../speaker.4
|
|
MLINKS+= sr.4 ../sr.4
|
|
MLINKS+= tw.4 ../tw.4
|
|
MLINKS+= tx.4 ../tx.4
|
|
MLINKS+= vx.4 ../vx.4
|
|
MLINKS+= wd.4 ../wd.4
|
|
MLINKS+= wfd.4 ../wfd.4
|
|
MLINKS+= wi.4 ../wi.4
|
|
MLINKS+= wl.4 ../wl.4
|
|
MLINKS+= wt.4 ../wt.4
|
|
MLINKS+= ze.4 ../ze.4
|
|
MLINKS+= zp.4 ../zp.4
|
|
|
|
MANSUBDIR=/i386
|
|
|
|
.include <bsd.prog.mk>
|