READ INSTRUCTIONS CAREFULLY, OTHERWISE YOU MAY DESTROY YOUR OLD UTILS!

NOTE: See NEWS for kernel patch to make USB and PCI device tables work.

If you have automake:
	aclocal
	automake --add-missing --copy
	autoconf

1) If you want to install in /sbin:
	./configure --prefix=/
	make moveold (if installing for the first time).

  "make moveold" renames the old insmod, modprobe, rmmod and lsmod to
  insmod.old, modprobe.old, rmmod.old and lsmod.old.

OR,
2) If you want to install in /usr/local/sbin:
	./configure
	make links

  "make links" makes links to the previous insmod, modprobe, rmmod and
  lsmod (which are in /sbin) in /usr/local/sbin

3) Now, build it:
	make
	make install

If this is all too complicated, I recomment getting and installing the
source rpm instead.
