Module Name:    src
Committed By:   jmcneill
Date:           Fri Feb  7 14:08:11 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Update comment


To generate a diff of this commit:
cvs rdiff -u -r1.1175 -r1.1176 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.1175 src/share/mk/bsd.own.mk:1.1176
--- src/share/mk/bsd.own.mk:1.1175	Wed Jan 22 21:46:06 2020
+++ src/share/mk/bsd.own.mk	Fri Feb  7 14:08:11 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1175 2020/01/22 21:46:06 uwe Exp $
+#	$NetBSD: bsd.own.mk,v 1.1176 2020/02/07 14:08:11 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1033,7 +1033,7 @@ MKZFS?=		yes
 .endif
 
 #
-# DTrace works on amd64, i386 and earm*
+# DTrace works on amd64, i386, aarch64, and earm*
 #
 .if ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64" || \

Reply via email to