summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-30 23:46:52 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 20:05:48 +0200
commit6ac025f801eaaf1aec4f652b951424522ec00686 (patch)
tree797df3a4ad647db8b19e8519bf75c28f221e5d84 /Makefile
parent9d84f5fe384751085e07ed60b634359a0a3b9370 (diff)
downloadcryptodev-linux-6ac025f801eaaf1aec4f652b951424522ec00686.tar.gz
cryptodev-linux-6ac025f801eaaf1aec4f652b951424522ec00686.tar.xz
cryptodev-linux-6ac025f801eaaf1aec4f652b951424522ec00686.zip
Drop <cryptodev.h>
Also drop implementation of its ioctls, examples, openssl patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e33540..093f777 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,7 @@ build:
install:
$(MAKE) -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
- @echo "Installing cryptodev.h in /usr/include/crypto ..."
- @install -D cryptodev.h /usr/include/crypto/cryptodev.h
+ @echo "Installing ncr.h in /usr/include/crypto ..."
@install -D ncr.h /usr/include/crypto/ncr.h
clean: