Alfred Perlstein <[EMAIL PROTECTED]> writes:
> Since I have no clue as to how they work, it'll have to wait until
> someone who knows how it works does it or I have the time to UTSL.

MODULE_VERSION(module, version);

module is the name of your module.
version is the integer version number of your module.

MODULE_DEPEND(module, mdepend, vmin, vpref, vmax);

mdpepend is the name of the module your module depends on.
vmin, vpref, vmac are the minimum, maximum and preferred versions of
the module your module depends on.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to