diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-27 09:38:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-06-27 09:38:01 +0000 |
commit | 849d2ece7c54e28129adb04ab9197bc40cec3b26 (patch) | |
tree | 54c586e0ed835c35773fd10589da5bc2e70fd773 /lang/erlang/pkg-plist | |
parent | Update to 0.11.4. (diff) |
Enable SAE/escript function, which allows creation of standalone Erlang
scripts.
Diffstat (limited to 'lang/erlang/pkg-plist')
-rw-r--r-- | lang/erlang/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/erlang/pkg-plist b/lang/erlang/pkg-plist index 022066e8e3f7..49046c4e9cf0 100644 --- a/lang/erlang/pkg-plist +++ b/lang/erlang/pkg-plist @@ -1,6 +1,14 @@ +bin/beam_evm +bin/ear +bin/ecc +bin/elink bin/erl bin/erl_call bin/erlc +bin/erlexec +bin/escript +bin/run_erl +bin/to_erl @comment Insert PLIST.lib-erlang here @comment -=[ begin PLIST.lib-erlang ]=- @comment -=[ end PLIST.lib-erlang ]=- |