summaryrefslogtreecommitdiff
path: root/libpam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libpam/Makefile')
-rw-r--r--libpam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpam/Makefile b/libpam/Makefile
index 2a55577f..7f7387d7 100644
--- a/libpam/Makefile
+++ b/libpam/Makefile
@@ -159,6 +159,7 @@ endif
clean:
rm -f a.out core *~ static/*.o dynamic/*.o
+ rm -f *.orig $(LIBPAMNAME) $(LIBPAMFULL)
rm -f *.a *.o *.so ./include/security/*~
if [ -d dynamic ]; then rmdir dynamic ; fi
if [ -d static ]; then rmdir static ; fi