summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/Makefile
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1997-03-12 22:34:09 +0000
committergj <gj@FreeBSD.org>1997-03-12 22:34:09 +0000
commit615261b3c227a8c9c68889fd101a636b51975bd9 (patch)
tree02ed2dd84ff3c76ed7f44710f25e6728036cdb52 /gnu/usr.bin/binutils/gdb/Makefile
parentfa3524a29851f4eaff09bc21c493d2607f04d787 (diff)
downloadFreeBSD-src-615261b3c227a8c9c68889fd101a636b51975bd9.zip
FreeBSD-src-615261b3c227a8c9c68889fd101a636b51975bd9.tar.gz
add LINKS line to Makefile to automatically produce a link to kgdb
define START_PROGRESS in nm.h to check whether gdb was invoked as kgdb and set the kernel_debugging flag in that case. 2.2 candidate ?
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/Makefile')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 0baf8d2..c15d809 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.17 1997/02/22 15:45:28 peter Exp $
PROG = gdb
@@ -66,4 +66,6 @@ LDADD+= -L${.CURDIR}/../libiberty/ -liberty
DPADD+= ${.CURDIR}/../libiberty/libiberty.a
.endif
+LINKS= ${BINDIR}/${PROG} ${BINDIR}/k${PROG}
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud