When creating an lisp application I usually have one (or several) what I call top-level asdf systems which advertise the public interface to the application, and I may have several internal systems which are used but not intended for public use.
What is the convention with asdf to distinguish entry-point systems from internal/private systems?