diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:25:51 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:25:51 +0000 |
commit | 64545c951fdab2d57cdaa662784ec11c4529eeb5 (patch) | |
tree | 1de7465cae04e747915ad505a368cff4604e3c99 | |
parent | Turn on bing port. (diff) |
Turn on fdd.
Notes
Notes:
svn path=/head/; revision=5631
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index e9333819fb77..2f30ae7627ab 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.40 1997/01/09 12:40:00 asami Exp $ +# $Id: Makefile,v 1.41 1997/01/25 09:09:57 obrien Exp $ # SUBDIR += SWIG @@ -9,6 +9,7 @@ SUBDIR += cutils SUBDIR += cxref SUBDIR += dmake + SUBDIR += fdd SUBDIR += gcc11 SUBDIR += gdb SUBDIR += gdbtk |