diff options
author | erich <erich@FreeBSD.org> | 1997-04-11 19:41:35 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-04-11 19:41:35 +0000 |
commit | 4b48e21e262d03f4ca213ae2b22c408354f44c2b (patch) | |
tree | b30108620c758ac444e19c7cb02ab374016b4c9a /devel/Makefile | |
parent | 35bb03cd7ac96a584f0489f3a34420ce672292a0 (diff) | |
download | FreeBSD-ports-4b48e21e262d03f4ca213ae2b22c408354f44c2b.zip FreeBSD-ports-4b48e21e262d03f4ca213ae2b22c408354f44c2b.tar.gz |
attach linuxgdb and scogdb
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c9e7904..4074cba 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.46 1997/03/28 09:29:24 asami Exp $ +# $Id: Makefile,v 1.47 1997/04/09 20:40:23 erich Exp $ # SUBDIR += SWIG @@ -22,6 +22,7 @@ SUBDIR += libmalloc SUBDIR += libslang SUBDIR += linux_devel + SUBDIR += linuxgdb SUBDIR += m4 SUBDIR += mkmf SUBDIR += mprof @@ -44,6 +45,7 @@ SUBDIR += p5-Time SUBDIR += prcs SUBDIR += sawt + SUBDIR += scogdb SUBDIR += tkcvs SUBDIR += tvision SUBDIR += uulib |