From 0cf26b79dde109a2a6d76c08e79524a9a507677e Mon Sep 17 00:00:00 2001 From: vda Date: Tue, 8 May 2007 23:23:35 +0000 Subject: cryptpw: forgot svn add... how typical of me :( git-svn-id: svn://busybox.net/trunk/busybox@18588 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/Kbuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libbb/Kbuild') diff --git a/libbb/Kbuild b/libbb/Kbuild index eeca7d536..5cc8d1428 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -21,7 +21,6 @@ lib-y += copyfd.o lib-y += crc32.o lib-y += create_icmp6_socket.o lib-y += create_icmp_socket.o -lib-y += crypt_make_salt.o lib-y += default_error_retval.o lib-y += device_open.o lib-y += dump.o @@ -103,10 +102,8 @@ lib-y += xreadlink.o lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o lib-$(CONFIG_LOSETUP) += loop.o lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o -lib-$(CONFIG_PASSWD) += pw_encrypt.o -lib-$(CONFIG_PASSWD) += crypt_make_salt.o -lib-$(CONFIG_CRYPTPW) += pw_encrypt.o -lib-$(CONFIG_CRYPTPW) += crypt_make_salt.o +lib-$(CONFIG_PASSWD) += pw_encrypt.o crypt_make_salt.o +lib-$(CONFIG_CRYPTPW) += pw_encrypt.o crypt_make_salt.o lib-$(CONFIG_SULOGIN) += pw_encrypt.o lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o lib-$(CONFIG_VLOCK) += correct_password.o -- cgit v1.2.3-55-g6feb