Convert all mailutils/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
29e2c45a5b
commit
c19f7584e1
6 changed files with 47 additions and 47 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue