--- Makefile.org 2005-07-04 07:58:53.000000000 +0200 +++ Makefile 2005-07-04 07:57:50.000000000 +0200 @@ -26,3 +26,7 @@ install -d $(KMISC) install -m 644 -c $(addsuffix .ko,$(list-m)) $(KMISC) /sbin/depmod -a + +uninstall: + rm -f $(KMISC)/$(addsuffix .ko,$(list-m)) + /sbin/depmod -a