summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 942b6a4..e3c5f20 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -251,6 +251,10 @@ _usbd= usbd
_usbdevs= usbdevs
.endif
+.if ${MACHINE_ARCH} == "arm"
+_kgmon= kgmon
+.endif
+
.if ${MACHINE_ARCH} == "i386"
.if !defined(NO_ACPI)
_acpi= acpi
OpenPOWER on IntegriCloud