diff options
author | asami <asami@FreeBSD.org> | 1996-09-16 08:30:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-16 08:30:01 +0800 |
commit | 4431a45fe8c23cf33ac9d489a917fe7962481dba (patch) | |
tree | 7ffebf456e63d0fba23bd3bdbd15cee628aa5d80 /devel | |
parent | e680b1ee96a85cf4e89aaa9921ce9ce1fb2c35bf (diff) | |
download | freebsd-ports-gnome-4431a45fe8c23cf33ac9d489a917fe7962481dba.tar.gz freebsd-ports-gnome-4431a45fe8c23cf33ac9d489a917fe7962481dba.tar.zst freebsd-ports-gnome-4431a45fe8c23cf33ac9d489a917fe7962481dba.zip |
Add gdb. I know it'a "developers" only port, but that doesn't
mean it shouldn't show up in INDEX.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 69a7b24d802c..4b5436b8a1dc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1996/08/23 06:49:39 tg Exp $ +# $Id: Makefile,v 1.28 1996/09/11 06:11:21 asami Exp $ # SUBDIR += SWIG @@ -8,6 +8,7 @@ SUBDIR += dmake SUBDIR += flex SUBDIR += gcc11 + SUBDIR += gdb SUBDIR += gmake SUBDIR += libdlmalloc SUBDIR += libmalloc |