diff options
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index f94c100a9..0f2328072 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -48,6 +48,8 @@ LIBBB-$(CONFIG_SU)+= correct_password.c | |||
48 | LIBBB-$(CONFIG_LOGIN)+= correct_password.c | 48 | LIBBB-$(CONFIG_LOGIN)+= correct_password.c |
49 | LIBBB-$(CONFIG_DF)+= find_mount_point.c | 49 | LIBBB-$(CONFIG_DF)+= find_mount_point.c |
50 | LIBBB-$(CONFIG_EJECT)+= find_mount_point.c | 50 | LIBBB-$(CONFIG_EJECT)+= find_mount_point.c |
51 | LIBBB-$(CONFIG_UUENCODE)+= uuencode.c | ||
52 | LIBBB-$(CONFIG_WGET)+= uuencode.c | ||
51 | 53 | ||
52 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't | 54 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't |
53 | # require regex.h to be in the include dir even if we don't need it thereby | 55 | # require regex.h to be in the include dir even if we don't need it thereby |