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