diff options
author | Denys Vlasenko | 2011-05-22 03:46:33 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-05-22 03:46:33 +0200 |
commit | d616ab6bbb6c3768efb9474fa18d1e2f98c4793b (patch) | |
tree | efbcd76a62c4075092ea7850174a5b3bc2988e26 /mailutils/sendmail.c | |
parent | 9b90d9b503c7be343ae26ce7f834b1865ab66013 (diff) | |
download | busybox-d616ab6bbb6c3768efb9474fa18d1e2f98c4793b.zip busybox-d616ab6bbb6c3768efb9474fa18d1e2f98c4793b.tar.gz |
reformime: do not require \r\n
function old new delta
parse 958 1063 +105
packed_usage 28691 28712 +21
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils/sendmail.c')
-rw-r--r-- | mailutils/sendmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index 8096288..e0aff20 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c @@ -7,6 +7,8 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ +//kbuild:lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o + //usage:#define sendmail_trivial_usage //usage: "[OPTIONS] [RECIPIENT_EMAIL]..." //usage:#define sendmail_full_usage "\n\n" |