summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-11-10 21:31:12 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-11-10 21:31:12 +0000
commit434fa1088358e4bc14f819c97fa4beadf7ea1900 (patch)
treeb488dffe8845e52d15a82f8c883fbff5da3b5072 /mbone
parentAdd nte and sdr; they both contain DES encryption and so are non-exportable. (diff)
Mark imm and nv as BROKEN, until someone upgrades them to use tk41 and tcl75.
Add mbone_vcr, nte, rtpmon, sdr, vat, wb.
Notes
Notes: svn path=/head/; revision=4381
Diffstat (limited to 'mbone')
-rw-r--r--mbone/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/mbone/Makefile b/mbone/Makefile
index ad1738dc488b..7056b41f2bdf 100644
--- a/mbone/Makefile
+++ b/mbone/Makefile
@@ -1,8 +1,14 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/07 12:09:25 asami Exp $
#
- SUBDIR += imm
- SUBDIR += nv
+ BROKEN += imm
+ SUBDIR += mbone_vcr
+ SUBDIR += nte
+ BROKEN += nv
+ SUBDIR += rtpmon
+ SUBDIR += sdr
+ SUBDIR += vat
SUBDIR += vic
+ SUBDIR += wb
.include <bsd.port.subdir.mk>