freebsd-skq/share/man/man4/man4.aarch64/Makefile
manu 800c51243e pkgbase: move man pages from runtime-manual to runtime
We don't split the other man pages in their own package so do the same for runtime.

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D20962
2019-07-19 15:12:20 +00:00

22 lines
304 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../man4.arm # Some manpages are common to arm and aarch64
MAN= \
armv8crypto.4 \
aw_gpio.4 \
aw_mmc.4 \
aw_rtc.4 \
aw_sid.4 \
aw_spi.4 \
aw_syscon.4 \
bcm283x_pwm.4 \
rk_gpio.4 \
rk_grf.4 \
rk_i2c.4 \
rk_pinctrl.4 \
MANSUBDIR=/aarch64
.include <bsd.prog.mk>