diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:31:12 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:31:12 +0000 |
commit | 434fa1088358e4bc14f819c97fa4beadf7ea1900 (patch) | |
tree | b488dffe8845e52d15a82f8c883fbff5da3b5072 /mbone | |
parent | d02bee4377154b8a1480305b11d220250af865fc (diff) | |
download | ports-434fa1088358e4bc14f819c97fa4beadf7ea1900.tar.gz ports-434fa1088358e4bc14f819c97fa4beadf7ea1900.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 12 |
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> |