#! /bin/sh
# Pretend kaffeh is javah
prefix=/usr/pkg/java/kaffe
exec_prefix=${prefix}
exec ${exec_prefix}/bin/kaffeh -jni ${1+"$@"}
exit $?

