xref: /freebsd/share/man/man4/man4.aarch64/Makefile (revision 0832a409c21b45b2a31b90c50a005d9a4b1a5efd)
1284db32cSIan Lepore.PATH: ${.CURDIR}/../man4.arm # Some manpages are common to arm and aarch64
2284db32cSIan Lepore
3284db32cSIan LeporeMAN=	\
4284db32cSIan Lepore	armv8crypto.4 \
519aa95e4SMarcin Wojtas	enetc.4 \
6451bcf1bSMarcin Wojtas	felix.4 \
7284db32cSIan Lepore	rk_gpio.4 \
8284db32cSIan Lepore	rk_grf.4 \
9*0832a409SStephen Hurd	rk_grf_gpio.4 \
10284db32cSIan Lepore	rk_i2c.4 \
11284db32cSIan Lepore	rk_pinctrl.4 \
12284db32cSIan Lepore
13df90aeacSFernando Apesteguía# Install manpages shared with arm only if not installing manpages
14df90aeacSFernando Apesteguía# for all architectures, otherwise arm takes care of installing them.
15df90aeacSFernando Apesteguía.if !empty(MAN_ARCH) && ${MAN_ARCH} != "all"
16df90aeacSFernando ApesteguíaMAN+=	\
17df90aeacSFernando Apesteguía	aw_gpio.4 \
18df90aeacSFernando Apesteguía	aw_mmc.4 \
19df90aeacSFernando Apesteguía	aw_rtc.4 \
20df90aeacSFernando Apesteguía	aw_sid.4 \
21df90aeacSFernando Apesteguía	aw_spi.4 \
22df90aeacSFernando Apesteguía	aw_syscon.4 \
23df90aeacSFernando Apesteguía	bcm283x_pwm.4 \
240a0f7486SFernando Apesteguía
25df90aeacSFernando Apesteguía.endif
26df90aeacSFernando Apesteguía
27df90aeacSFernando Apesteguía# Link files to the architecture directory.
28df90aeacSFernando Apesteguía_ARCH_SUBDIR=aarch64
29df90aeacSFernando Apesteguía.for _manpage in ${MAN}
30df90aeacSFernando ApesteguíaMLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
31df90aeacSFernando Apesteguía.endfor
32284db32cSIan Lepore
33284db32cSIan Lepore.include <bsd.prog.mk>
34