Module Name: src
Committed By: jmcneill
Date: Wed Dec 4 11:47:52 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Enable DTrace on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.1167 -r1.1168 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1167 src/share/mk/bsd.own.mk:1.1168
--- src/share/mk/bsd.own.mk:1.1167 Sun Dec 1 20:28:25 2019
+++ src/share/mk/bsd.own.mk Wed Dec 4 11:47:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1167 2019/12/01 20:28:25 jmcneill Exp $
+# $NetBSD: bsd.own.mk,v 1.1168 2019/12/04 11:47:52 jmcneill Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1036,6 +1036,7 @@ MKZFS?= yes
#
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "aarch64" || \
!empty(MACHINE_ARCH:Mearm*)
MKDTRACE?= yes
MKCTF?= yes