summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2004-11-08 08:58:37 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2004-11-08 08:58:37 +0000
commit94395205041b00b706627c1b49b3104223092b70 (patch)
treebfaf70d6b233226bbb284bf9b371c51adec748d1
parent03c0e333157fa290a8f94621b427e493778f5410 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix make clean for pam_unix (remove bigcrypt binary)
-rw-r--r--modules/pam_unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile b/modules/pam_unix/Makefile
index 24ffd4b5..abeb7eef 100644
--- a/modules/pam_unix/Makefile
+++ b/modules/pam_unix/Makefile
@@ -182,7 +182,7 @@ remove:
rm -f $(FAKEROOT)$(SUPLEMENTED)/$(CHKPWD)
clean:
- rm -f $(LIBOBJD) $(LIBOBJS) $(CHKPWD) *.o *.so core
+ rm -f $(LIBOBJD) $(LIBOBJS) $(CHKPWD) $(BIGCRYPT) *.o *.so core
rm -f *~ *.a *.out *.bak
rm -rf dynamic static