From 04fd86aa0fd905aa25025f9d4785a0fd49cd2633 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Thu, 5 Aug 2010 16:38:25 +0200 Subject: Delete libcryptodev.so* on (make clean) --- userspace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit