diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 12:09:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 12:09:26 +0000 |
commit | 954bfab2f0ee9de5a88bb48fa4915caa805428dd (patch) | |
tree | 44e95556056792a7eb65383ecc0835f59da76099 /mbone/Makefile | |
parent | b92c1d5070d794ed15fd7dcb6c3afa07a405689d (diff) | |
download | ports-954bfab2f0ee9de5a88bb48fa4915caa805428dd.tar.gz ports-954bfab2f0ee9de5a88bb48fa4915caa805428dd.zip |
A new category for MBone applications. I'll move imm, nv and vic here,
and Bill Fenner will add 6 new ports.
Suggested by: fenner
Notes
Notes:
svn path=/head/; revision=4332
Diffstat (limited to 'mbone/Makefile')
-rw-r--r-- | mbone/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mbone/Makefile b/mbone/Makefile new file mode 100644 index 000000000000..ad1738dc488b --- /dev/null +++ b/mbone/Makefile @@ -0,0 +1,8 @@ +# $Id$ +# + + SUBDIR += imm + SUBDIR += nv + SUBDIR += vic + +.include <bsd.port.subdir.mk> |