diff options
author | Denys Vlasenko | 2016-11-23 09:58:03 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-23 09:58:03 +0100 |
commit | c19f7584e14522043da141189711c8db72dfbc90 (patch) | |
tree | 5338df22283363d2ed79bf53605a325659482ab9 /mailutils/sendmail.c | |
parent | 29e2c45a5b317556a890a86ca7780e589072151c (diff) | |
download | busybox-c19f7584e14522043da141189711c8db72dfbc90.zip busybox-c19f7584e14522043da141189711c8db72dfbc90.tar.gz |
Convert all mailutils/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils/sendmail.c')
-rw-r--r-- | mailutils/sendmail.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index 1242795..8ddb782 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c @@ -6,6 +6,13 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ +//config:config SENDMAIL +//config: bool "sendmail" +//config: default y +//config: help +//config: Barebones sendmail. + +//applet:IF_SENDMAIL(APPLET(sendmail, BB_DIR_USR_SBIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o |