diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 10:04:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 10:04:53 +0000 |
commit | 48e8dae5009a42bd353b1c863ab15efe5a089129 (patch) | |
tree | 161b13486485f68c111c8597180401ea6b2f5d24 /devel/Makefile | |
parent | Remove RUN_DEPENDS on gdb -- we've always had gdb in /usr/bin so this never (diff) |
Remove the gdb port. This is now *2* versions behind the system gdb. ;)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 16d090a708db..00f23d72095a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.182 1999/05/09 17:39:48 steve Exp $ +# $Id: Makefile,v 1.183 1999/05/10 11:34:09 tg Exp $ # SUBDIR += ElectricFence @@ -44,7 +44,6 @@ SUBDIR += ftnchek SUBDIR += gaa SUBDIR += gcc11 - SUBDIR += gdb SUBDIR += gdbtk SUBDIR += gettext SUBDIR += gide |