From c19f7584e14522043da141189711c8db72dfbc90 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 23 Nov 2016 09:58:03 +0100 Subject: Convert all mailutils/* applets to "new style" applet definitions Signed-off-by: Denys Vlasenko --- mailutils/sendmail.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mailutils/sendmail.c') diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index 1242795b8..8ddb7826b 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 -- cgit v1.2.3