man4: Move back allwinner man page to share/man/man4

But only install them for arm or aarch64 since they are used on both arch.
This commit is contained in:
Emmanuel Vadot 2017-12-26 16:50:49 +00:00
parent 198ca831a1
commit 1f33276ab5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327216
5 changed files with 10 additions and 4 deletions

View File

@ -70,6 +70,9 @@ MAN= aac.4 \
audit.4 \
auditpipe.4 \
aue.4 \
${_aw_gpio.4} \
${_aw_mmc.4} \
${_aw_rtc.4} \
axe.4 \
axge.4 \
bce.4 \
@ -756,6 +759,12 @@ MLINKS+=xl.4 if_xl.4
_armv8crypto.4= armv8crypto.4
.endif
.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "aarch64"
_aw_gpio.4= aw_gpio.4
_aw_mmc.4= aw_mmc.4
_aw_rtc.4= aw_rtc.4
.endif
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_acpi_asus.4= acpi_asus.4
_acpi_asus_wmi.4= acpi_asus_wmi.4

View File

@ -2,10 +2,7 @@
PACKAGE=runtime-manuals
MAN= aw_gpio.4 \
aw_mmc.4 \
aw_rtc.4 \
cgem.4 \
MAN= cgem.4 \
devcfg.4 \
mge.4 \
npe.4 \