summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-09-23 23:06:29 +0000
committercognet <cognet@FreeBSD.org>2004-09-23 23:06:29 +0000
commit3b0d39587d60e6c933738f6def74836317323600 (patch)
treee63aa377418bd1d614400708e367f5742eb07f47 /usr.sbin/Makefile
parentf73db50f5608c2299cd1de41c11ee897c5830b4a (diff)
downloadFreeBSD-src-3b0d39587d60e6c933738f6def74836317323600.zip
FreeBSD-src-3b0d39587d60e6c933738f6def74836317323600.tar.gz
kgmon works on arm, so make it parts of the build for arm as well.
Diffstat (limited to 'usr.sbin/Makefile')
-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