mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
534 B

  1. diff -ruN ciphers-v2.0f_orig/Makefile ciphers-v2.0f/Makefile
  2. --- ciphers-v2.0f_orig/Makefile 2004-03-02 12:50:45.000000000 +0100
  3. +++ ciphers-v2.0f/Makefile 2004-03-02 12:52:04.000000000 +0100
  4. @@ -99,9 +99,6 @@
  5. modules: clean $(MLIST)
  6. mkdir -p $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/block
  7. cp -p $(MLIST) $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/block
  8. -ifeq ($(RUNDM),y)
  9. - $(DEPMOD) -a $(DMOPTS)
  10. -endif
  11. sync
  12. @echo "Currently running kernel is " $(KR)
  13. @echo "Modules were built for kernel" $(KERNELRELEASE)