diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-09 12:40:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-09 12:40:00 +0000 |
commit | 7b9cbc8895aae2d8a244940799180121e0233af7 (patch) | |
tree | eafe7207b615f159239308ad6718e8b20c64f7be /devel/Makefile | |
parent | Activate local filename completion (diff) |
Add gdbtk.
Notes
Notes:
svn path=/head/; revision=5285
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8e472e0c023d..1c2680a38cec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.38 1996/12/08 22:27:01 obrien Exp $ +# $Id: Makefile,v 1.39 1996/12/11 22:52:31 obrien Exp $ # SUBDIR += SWIG @@ -11,6 +11,7 @@ SUBDIR += dmake SUBDIR += gcc11 SUBDIR += gdb + SUBDIR += gdbtk SUBDIR += gmake SUBDIR += id-utils SUBDIR += lclint |