4f579a67cb
the Adaptec SCSI RAID cards. Submitted by: msmith, scottl, Mark Salyzyn
59 lines
1.3 KiB
Makefile
59 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
MAN4= aic.4 alpm.4 apm.4 ar.4 asc.4 asr.4 \
|
|
cs.4 cx.4 cy.4 \
|
|
dgb.4 el.4 en.4 ep.4 ex.4 fe.4 gsc.4 \
|
|
ie.4 io.4 labpc.4 le.4 linux.4 lnc.4 matcd.4 mcd.4 \
|
|
meteor.4 mse.4 npx.4 \
|
|
pcf.4 perfmon.4 pnp.4 \
|
|
rdp.4 sb.4 scd.4 \
|
|
spkr.4 sr.4 tw.4 \
|
|
tx.4 vx.4 \
|
|
wd.4 wl.4 wt.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+= asr.4 ../asr.4
|
|
MLINKS+= cs.4 ../cs.4
|
|
MLINKS+= cx.4 ../cx.4
|
|
MLINKS+= cy.4 ../cy.4
|
|
MLINKS+= dgb.4 ../dgb.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+= labpc.4 ../labpc.4
|
|
MLINKS+= le.4 ../le.4
|
|
MLINKS+= linux.4 ../linux.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+= 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+= wl.4 ../wl.4
|
|
MLINKS+= wt.4 ../wt.4
|
|
|
|
MANSUBDIR=/i386
|
|
|
|
.include <bsd.prog.mk>
|