diff options
author | asami <asami@FreeBSD.org> | 1996-11-07 12:09:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-07 12:09:26 +0000 |
commit | b1c189de79d46eb6d444e074a58d0d07fa576013 (patch) | |
tree | 7db7b305aff3eebb2990e062323e4bb3edf19603 /mbone/Makefile | |
parent | 8a12a6cff6a6209e981213072f73ea5b34fb2042 (diff) | |
download | FreeBSD-ports-b1c189de79d46eb6d444e074a58d0d07fa576013.zip FreeBSD-ports-b1c189de79d46eb6d444e074a58d0d07fa576013.tar.gz |
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
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 0000000..ad1738d --- /dev/null +++ b/mbone/Makefile @@ -0,0 +1,8 @@ +# $Id$ +# + + SUBDIR += imm + SUBDIR += nv + SUBDIR += vic + +.include <bsd.port.subdir.mk> |