diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:21:20 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 15:21:20 +0000 |
commit | 0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2 (patch) | |
tree | 6709ddd6071a9c238ba69233540bbcfe560c6a44 /mailutils/sendmail.c | |
parent | 67758035a4fe040c6ac69b39d61bcd6bddd7b827 (diff) | |
parent | 56a3b82e9692a25ef9c9269e88feac0d579ce8e8 (diff) | |
download | busybox-w32-0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2.tar.gz busybox-w32-0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2.tar.bz2 busybox-w32-0d8b2c4a929ea9d3ac37499319fe0d8e7941a0c2.zip |
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Conflicts:
coreutils/ls.c
include/platform.h
libbb/bb_basename.c
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 8096288ef..e0aff20fb 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c | |||
@@ -7,6 +7,8 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | //kbuild:lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o | ||
11 | |||
10 | //usage:#define sendmail_trivial_usage | 12 | //usage:#define sendmail_trivial_usage |
11 | //usage: "[OPTIONS] [RECIPIENT_EMAIL]..." | 13 | //usage: "[OPTIONS] [RECIPIENT_EMAIL]..." |
12 | //usage:#define sendmail_full_usage "\n\n" | 14 | //usage:#define sendmail_full_usage "\n\n" |