diff options
author | Denis Vlasenko | 2006-09-03 15:49:40 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-09-03 15:49:40 +0000 |
commit | 21afc7dc291f1cb11feec7a9766bf3542545f581 (patch) | |
tree | 5cf8056965bf44d78ef9937fe1f529fa2915e772 /libbb/Makefile.in | |
parent | 22dca23d52c836e40c79cb4042b867fdc06f6ca3 (diff) | |
download | busybox-21afc7dc291f1cb11feec7a9766bf3542545f581.zip busybox-21afc7dc291f1cb11feec7a9766bf3542545f581.tar.gz |
uuencode: common implementation for wget and uuencode (closing bug 694)
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 f94c100..0f23280 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in @@ -48,6 +48,8 @@ LIBBB-$(CONFIG_SU)+= correct_password.c LIBBB-$(CONFIG_LOGIN)+= correct_password.c LIBBB-$(CONFIG_DF)+= find_mount_point.c LIBBB-$(CONFIG_EJECT)+= find_mount_point.c +LIBBB-$(CONFIG_UUENCODE)+= uuencode.c +LIBBB-$(CONFIG_WGET)+= uuencode.c # We shouldn't build xregcomp.c if we don't need it - this ensures we don't # require regex.h to be in the include dir even if we don't need it thereby |