Module Name: src
Committed By: rin
Date: Sun Aug 18 04:08:28 UTC 2024
Modified Files:
src/external/gpl3/gdb.old/bin/gdb: Makefile
Log Message:
gdb.old: Install gdbinit(5) manpage
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb.old/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.old/bin/gdb/Makefile
diff -u src/external/gpl3/gdb.old/bin/gdb/Makefile:1.12 src/external/gpl3/gdb.old/bin/gdb/Makefile:1.13
--- src/external/gpl3/gdb.old/bin/gdb/Makefile:1.12 Sun Aug 18 03:57:07 2024
+++ src/external/gpl3/gdb.old/bin/gdb/Makefile Sun Aug 18 04:08:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/08/18 03:57:07 rin Exp $
+# $NetBSD: Makefile,v 1.13 2024/08/18 04:08:28 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} \