diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 05:55:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 05:55:00 +0000 |
commit | 5b6965ac68dd880c54401482726951d15ca9fe60 (patch) | |
tree | e90832e05d69c7570a037f7d8bc3d9d15fb8231f /devel/Makefile | |
parent | Another CORBA 2 implementation. (diff) |
Added omniORB.
Notes
Notes:
svn path=/head/; revision=6746
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 98c6120b0f29..448f8160302d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1997/05/30 20:13:38 jfitz Exp $ +# $Id: Makefile,v 1.60 1997/06/04 03:39:27 asami Exp $ # SUBDIR += SWIG @@ -31,6 +31,7 @@ SUBDIR += mprof SUBDIR += noweb SUBDIR += omniBroker + SUBDIR += omniORB SUBDIR += p5-BSD-Resource SUBDIR += p5-C-Scan SUBDIR += p5-ConfigReader |