diff options
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 9fd807453b2b..932a79b7b2a2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -372,7 +372,6 @@ SUBDIR= \ ${_vmd} \ ${_vmm} \ ${_vmware} \ - ${_vpo} \ vr \ vte \ ${_wbwd} \ @@ -558,7 +557,6 @@ _hwpmc_mips74k= hwpmc_mips74k ${MACHINE_CPUARCH} != "mips" && ${MACHINE_CPUARCH} != "powerpc" && \ ${MACHINE_CPUARCH} != "riscv" _syscons= syscons -_vpo= vpo .endif .if ${MACHINE_CPUARCH} != "mips" |