diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-11 23:25:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-11 23:25:27 +0000 |
commit | 5571e267c2f1cb6bcf5dfcbfe2fb398a60332c42 (patch) | |
tree | 9698f16ac8b2b094f93f2478e451d44c76f301ed /mbone | |
parent | f78d96d57cb18214b86e429ad253acc0603ee30c (diff) |
Add speak_freely
Notes
Notes:
svn path=/head/; revision=4408
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbone/Makefile b/mbone/Makefile index 77bf12be678c..96d96faa3619 100644 --- a/mbone/Makefile +++ b/mbone/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/11/10 21:31:12 fenner Exp $ +# $Id: Makefile,v 1.3 1996/11/11 07:05:11 asami Exp $ # SUBDIR += imm @@ -7,6 +7,7 @@ SUBDIR += nv SUBDIR += rtpmon SUBDIR += sdr + SUBDIR += speak_freely SUBDIR += vat SUBDIR += vic SUBDIR += wb |