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-23 19:57:58 +0200
commitcc005a2b4a52a3214635be20eafe819b57aa81ea (patch)
treea9596bc68edfddbb3d098f82a9fde746477e0626 /Makefile
parent3115860ff33d01ac941839392386612225794e26 (diff)
downloadcryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.tar.gz
cryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.tar.xz
cryptodev-linux-cc005a2b4a52a3214635be20eafe819b57aa81ea.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: