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 | |
parent | f68ac8f977bbf2ef4abecd63a28001c80634858e (diff) | |
download | ports-7b9cbc8895aae2d8a244940799180121e0233af7.tar.gz ports-7b9cbc8895aae2d8a244940799180121e0233af7.zip |
Notes
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 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 |