Module Name: src Committed By: rin Date: Sun Aug 18 04:07:54 UTC 2024
Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: gdb: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gdb/bin/gdb/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/gdb/Makefile diff -u src/external/gpl3/gdb/bin/gdb/Makefile:1.27 src/external/gpl3/gdb/bin/gdb/Makefile:1.28 --- src/external/gpl3/gdb/bin/gdb/Makefile:1.27 Wed Aug 14 23:54:49 2024 +++ src/external/gpl3/gdb/bin/gdb/Makefile Sun Aug 18 04:07:54 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2024/08/14 23:54:49 christos Exp $ +# $NetBSD: Makefile,v 1.28 2024/08/18 04:07:54 rin Exp $ NOCTF= .include <bsd.own.mk> @@ -9,6 +9,7 @@ GDBARCHDIR=${GDBLIBDIR}/libgdb/arch/${GD .include "${GDBARCHDIR}/defs.mk" PROG= gdb +MAN= gdb.1 gdbinit.5 SRCS= gdb.c CPPFLAGS+= -I${.CURDIR} \