diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-22 21:42:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-22 21:42:20 +0000 |
commit | 82b7adc2d6e203c9180c88e75f7a1e8219958be3 (patch) | |
tree | 8a23232aeb1c09e19eb4c99013e8e8cae878a0a1 | |
parent | DDD is the Data Display Debugger, a common graphical front-end for (diff) |
turn on ddd
Notes
Notes:
svn path=/head/; revision=6535
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 90c0093970aa..bfc9fd5c63b7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.52 1997/05/04 23:23:09 jfitz Exp $ +# $Id: Makefile,v 1.53 1997/05/07 21:02:17 max Exp $ # SUBDIR += SWIG @@ -10,6 +10,7 @@ SUBDIR += crosssco SUBDIR += cutils SUBDIR += cxref + SUBDIR += ddd SUBDIR += dmake SUBDIR += fpp SUBDIR += gcc11 |