From 608accbf19f3ca4286386f0cd055852146e4d5d0 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Fri, 1 Mar 2019 02:53:54 +0000 Subject: [PATCH] Undo accidental part of r344681. I think I must have accidentally mouse-click pasted while scrolling and didn't notice it. Reported by: jhibbits@ --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6c63dcba1c88..737c78167596 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -542,7 +542,7 @@ SUBDIR+= zfs .if (${MACHINE_CPUARCH} == "mips" && ${MACHINE_ARCH:Mmips64} == "") _hwpmc_mips24k= hwpmc_mips24k -_hwpmc_mips74k= hwpmc_mips74kwheel +_hwpmc_mips74k= hwpmc_mips74k .endif .if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \