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:
Justin Hibbits 2018-06-07 11:25:36 +00:00
parent 5b274055d1
commit b5e08a60e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334773
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