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

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

Log Message:
gdb/bin/Makefile: Use MKGDBSERVER, NFC


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/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/bin/Makefile
diff -u src/external/gpl3/gdb/bin/Makefile:1.5 src/external/gpl3/gdb/bin/Makefile:1.6
--- src/external/gpl3/gdb/bin/Makefile:1.5	Mon Jun  7 14:24:42 2021
+++ src/external/gpl3/gdb/bin/Makefile	Sun Aug 18 04:00:00 2024
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.5 2021/06/07 14:24:42 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2024/08/18 04:00:00 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