aboutsummaryrefslogtreecommitdiff
path: root/loginutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 18:23:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-02 18:23:13 +0000
commite3ec99de828dfdb2396b50c472ef381321e9f008 (patch)
treee74cf48565d01a03640d0be94df53cb4f2f36a62 /loginutils
parentc8e278f54ba7ec0d2f5626eef15057b684d7a2df (diff)
downloadbusybox-e3ec99de828dfdb2396b50c472ef381321e9f008.tar.gz
- remove unused lists *-m
Diffstat (limited to 'loginutils')
-rw-r--r--loginutils/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/loginutils/Makefile.in b/loginutils/Makefile.in
index f09b6d2a6..dfbba5019 100644
--- a/loginutils/Makefile.in
+++ b/loginutils/Makefile.in
@@ -30,9 +30,6 @@ needcrypt-$(CONFIG_PASSWD) := y
needcrypt-$(CONFIG_SU) := y
needcrypt-$(CONFIG_SULOGIN) := y
needcrypt-$(CONFIG_VLOCK) := y
-ifeq ($(needcrypt-m),y)
-needcrypt-y:=y
-endif
ifeq ($(needcrypt-y),y)
LIBRARIES := -lcrypt $(filter-out -lcrypt,$(LIBRARIES))
endif