diff options
-rw-r--r-- | libbb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 6d0d628a0..338a5be97 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -39,6 +39,7 @@ LIBBB-y:= \ | |||
39 | # conditionally compiled objects: | 39 | # conditionally compiled objects: |
40 | LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c | 40 | LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c |
41 | LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c | 41 | LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c |
42 | LIBBB-$(CONFIG_LOSETUP)+= loop.c | ||
42 | LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c | 43 | LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c |
43 | LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c | 44 | LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c |
44 | LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c | 45 | LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c |