Build nvme modules for powerpc, and install man pages

NVMe builds for powerpc now, so just build modules for all powerpc targets,
and install NVMe man pages for all powerpc targets.
This commit is contained in:
jhibbits 2018-06-07 11:25:36 +00:00
parent dc7928340b
commit 263bdbec1a
2 changed files with 7 additions and 0 deletions

View File

@ -888,6 +888,11 @@ _vmm.4= vmm.4
_nvram2env.4= nvram2env.4
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
_nvd.4= nvd.4
_nvme.4= nvme.4
.endif
.if ${MACHINE_ARCH:Marmv[67]*} != "" || ${MACHINE_CPUARCH} == "aarch64"
_bcm283x_pwm.4= bcm283x_pwm.4
.endif

View File

@ -781,6 +781,8 @@ _cpufreq= cpufreq
_drm= drm
_exca= exca
_ffec= ffec
_nvd= nvd
_nvme= nvme
_pccard= pccard
_wi= wi
.endif