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