800c51243e
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
22 lines
304 B
Makefile
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>
|