Module Name: src Committed By: rin Date: Sun Aug 18 03:59:00 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Introduce MKGDBSERVER To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 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.1397 src/share/mk/bsd.own.mk:1.1398 --- src/share/mk/bsd.own.mk:1.1397 Thu Aug 15 21:53:48 2024 +++ src/share/mk/bsd.own.mk Sun Aug 18 03:59:00 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1397 2024/08/15 21:53:48 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1398 2024/08/18 03:59:00 rin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -165,6 +165,11 @@ EXTERNAL_GDB_SUBDIR= gdb.old EXTERNAL_GDB_SUBDIR= /does/not/exist .endif +.if ${MACHINE_ARCH} == "x86_64" +MKGDBSERVER?= yes +.endif +MKGDBSERVER?= no + # # What OpenSSL is used? #