Module Name:    src
Committed By:   rin
Date:           Sun Aug 18 04:00:42 UTC 2024

Modified Files:
        src/external/gpl3/gdb.old/bin: Makefile

Log Message:
gdb.old: Use MKGDBSERVER, NFC


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb.old/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb.old/bin/Makefile
diff -u src/external/gpl3/gdb.old/bin/Makefile:1.10 src/external/gpl3/gdb.old/bin/Makefile:1.11
--- src/external/gpl3/gdb.old/bin/Makefile:1.10	Mon Aug 12 20:30:04 2024
+++ src/external/gpl3/gdb.old/bin/Makefile	Sun Aug 18 04:00:42 2024
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.10 2024/08/12 20:30:04 christos Exp $
+#	$NetBSD: Makefile,v 1.11 2024/08/18 04:00:42 rin Exp $
+
+.include <bsd.own.mk>
 
 .include "../Makefile.inc"
 
@@ -9,7 +11,7 @@ SUBDIR+=  gdb
 SUBDIR+= gdbtui
 .endif
 
-.if ${MACHINE} == "amd64"
+.if ${MKGDBSERVER} != "no"
 SUBDIR+= gdbserver
 .endif
 

Reply via email to