diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 16:38:25 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:01:58 +0200 |
commit | 04fd86aa0fd905aa25025f9d4785a0fd49cd2633 (patch) | |
tree | f3f9130cd389e14cdf03deebd073654e70c87140 | |
parent | c3c5893c98b575a6316d313d9c7439260778c72c (diff) | |
download | cryptodev-linux-04fd86aa0fd905aa25025f9d4785a0fd49cd2633.tar.gz cryptodev-linux-04fd86aa0fd905aa25025f9d4785a0fd49cd2633.tar.xz cryptodev-linux-04fd86aa0fd905aa25025f9d4785a0fd49cd2633.zip |
Delete libcryptodev.so* on (make clean)
-rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 7db92d5..b87bf0c 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -16,4 +16,4 @@ libcryptodev.so: ${libobj} ln -sf libcryptodev.so.0.0 libcryptodev.so clean: - rm -f *.o *~ ncr-setkey + rm -f *.o *~ libcryptodev.so* ncr-setkey |