diff options
author | is <is> | 1997-11-18 17:05:15 +0000 |
---|---|---|
committer | is <is> | 1997-11-18 17:05:15 +0000 |
commit | f4f0c5b37c336608942923040b2cc82456d77634 (patch) | |
tree | b12c0274b3b4a438691755cbf3d35d5363a2803d /mbone/Makefile | |
parent | fb822552246cdacc9de140379ad335dd03510df8 (diff) | |
download | pkgsrc-f4f0c5b37c336608942923040b2cc82456d77634.tar.gz |
Initial MBONE tools directory, bootstrapped from FreeBSD ports collection,
sdr only.
Diffstat (limited to 'mbone/Makefile')
-rw-r--r-- | mbone/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mbone/Makefile b/mbone/Makefile new file mode 100644 index 00000000000..579be64e8f5 --- /dev/null +++ b/mbone/Makefile @@ -0,0 +1,14 @@ +# Id: Makefile,v 1.5 1996/12/03 10:41:49 asami Exp +# + + SUBDIR += imm + SUBDIR += mbone_vcr + SUBDIR += nte + SUBDIR += rtpmon + SUBDIR += sdr + SUBDIR += speak_freely + SUBDIR += vat + SUBDIR += vic + SUBDIR += wb + +.include <bsd.port.subdir.mk> |