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

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

Log Message:
gdb.old: Install gdbserver(1) manpage


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old/bin/gdbserver/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/gdbserver/Makefile
diff -u src/external/gpl3/gdb.old/bin/gdbserver/Makefile:1.2 src/external/gpl3/gdb.old/bin/gdbserver/Makefile:1.3
--- src/external/gpl3/gdb.old/bin/gdbserver/Makefile:1.2	Mon Aug 12 20:30:05 2024
+++ src/external/gpl3/gdb.old/bin/gdbserver/Makefile	Sun Aug 18 04:05:18 2024
@@ -1,7 +1,6 @@
-#	$NetBSD: Makefile,v 1.2 2024/08/12 20:30:05 christos Exp $
+#	$NetBSD: Makefile,v 1.3 2024/08/18 04:05:18 rin Exp $
 
 NOCTF=
-NOMAN=
 .include <bsd.own.mk>
 .include "../Makefile.inc"
 
@@ -61,6 +60,6 @@ HOST_CFLAGS+=		${HOST_CXXFLAGS}
 CC:=			${CXX}
 CFLAGS:=		${CXXFLAGS} -std=gnu++11 -Wno-error=stack-protector -pthread
 
-.PATH: ${DIST}/gdbserver ${DIST}/gdb/nat ${DIST}/gdb/arch  \
+.PATH: ${DIST}/gdbserver ${DIST}/gdb/nat ${DIST}/gdb/arch ${DIST}/gdb/doc \
 	${.CURDIR}/arch/${GDB_MACHINE_ARCH} ${DIST}/gdb/target \
 	${DIST}/../lib/libgdbsupport/arch/${GDB_MACHINE_ARCH}

Reply via email to