diff options
author | anray <anray@FreeBSD.org> | 2007-04-21 19:01:11 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-04-21 19:01:11 +0800 |
commit | bfdd588cbcb266c169c36261f550245e8739865d (patch) | |
tree | 5996a4a1bfe7acf9b528c8c6a39bb69e7403d03e /sysutils/Makefile | |
parent | 0785f2dce98e331164759fbbb21d2e518d3e45da (diff) | |
download | freebsd-ports-gnome-bfdd588cbcb266c169c36261f550245e8739865d.tar.gz freebsd-ports-gnome-bfdd588cbcb266c169c36261f550245e8739865d.tar.zst freebsd-ports-gnome-bfdd588cbcb266c169c36261f550245e8739865d.zip |
mono-kmod is a FreeBSD kernel module enables you to execute ECMA and
.NET applications without preceding the native code generator in the
command line. That means you can call a binary with "./hello.exe"
instead of "mono hello.exe".
WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/
PR: ports/111973
Submitted by: Björn König <bkoenig at cs.tu-berlin.de>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 58bd5a4bcbd7..7495cdfcb629 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -392,6 +392,7 @@ SUBDIR += modules SUBDIR += monit SUBDIR += monitord + SUBDIR += mono-kmod SUBDIR += most SUBDIR += mount.app SUBDIR += mountsmb2 |