diff options
Diffstat (limited to 'mbone/Makefile')
-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> |