Module Name:    src
Committed By:   wiz
Date:           Sun Aug 13 21:52:33 UTC 2023

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

Log Message:
fix typo in previous


To generate a diff of this commit:
cvs rdiff -u -r1.1355 -r1.1356 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.1355 src/share/mk/bsd.own.mk:1.1356
--- src/share/mk/bsd.own.mk:1.1355	Sun Aug 13 21:17:05 2023
+++ src/share/mk/bsd.own.mk	Sun Aug 13 21:52:32 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1355 2023/08/13 21:17:05 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1356 2023/08/13 21:52:32 wiz Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -81,7 +81,7 @@ HAVE_GCC?=	10
 # Platforms that can't run a modern GCC natively
 .if ${MACHINE_ARCH} == "m68000"
 MKGCCCMDS?=	no
-MGGDB?=		no
+MKGDB?=		no
 .endif
 
 #

Reply via email to