From b5e08a60e0c0828997e1e74a6a4eaa2598efad0b Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Thu, 7 Jun 2018 11:25:36 +0000 Subject: [PATCH] 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. --- share/man/man4/Makefile | 5 +++++ sys/modules/Makefile | 2 ++ 2 files changed, 7 insertions(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 6a7a7eaa0885..32ff8c2b6d14 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -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 diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b20ca1e798dd..a742fcbbdd1a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -781,6 +781,8 @@ _cpufreq= cpufreq _drm= drm _exca= exca _ffec= ffec +_nvd= nvd +_nvme= nvme _pccard= pccard _wi= wi .endif