1# $FreeBSD$ 2 3MAN= apm.4 \ 4 ce.4 \ 5 cp.4 \ 6 CPU_ELAN.4 \ 7 glxiic.4 \ 8 glxsb.4 \ 9 longrun.4 \ 10 npx.4 \ 11 pae.4 \ 12 pbio.4 \ 13 perfmon.4 \ 14 pnp.4 \ 15 pnpbios.4 \ 16 sbni.4 \ 17 smapi.4 \ 18 vpd.4 19 20MLINKS= CPU_ELAN.4 CPU_SOEKRIS.4 21MLINKS+=pae.4 PAE.4 22MLINKS+=sbni.4 if_sbni.4 23 24# Link files to the architecture directory 25_ARCH_SUBDIR=i386 26.for _manpage _link in ${MLINKS} 27MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link} 28.endfor 29.for _manpage in ${MAN} 30MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage} 31.endfor 32 33.include <bsd.prog.mk> 34