1 2MAN= adb.4 \ 3 akbd.4 \ 4 abtn.4 \ 5 ams.4 \ 6 cuda.4 \ 7 dtsec.4 \ 8 llan.4 \ 9 ofw_console.4 \ 10 pmu.4 \ 11 powermac_nvram.4 \ 12 smu.4 \ 13 snd_ai2s.4 \ 14 snd_davbus.4 \ 15 tsec.4 16 17# Link files to the architecture directory 18_ARCH_SUBDIR=powerpc 19.for _manpage _link in ${MLINKS} 20MLINKS+=${_link} ${_ARCH_SUBDIR}/${_link} 21.endfor 22.for _manpage in ${MAN} 23MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage} 24.endfor 25 26.include <bsd.prog.mk> 27