diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 23:42:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 23:42:42 +0000 |
commit | 239d06bd4710e8463c6cc7e5411965066a6d134e (patch) | |
tree | 10b9f670ec97b651bca9fcbe42a48003b687cd45 /mailutils/Kbuild | |
parent | b9d572a2733fa20957a9a3287bd04d66176e3b6a (diff) | |
download | busybox-239d06bd4710e8463c6cc7e5411965066a6d134e.tar.gz |
add mailutils/*
Diffstat (limited to 'mailutils/Kbuild')
-rw-r--r-- | mailutils/Kbuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mailutils/Kbuild b/mailutils/Kbuild new file mode 100644 index 000000000..871e87981 --- /dev/null +++ b/mailutils/Kbuild @@ -0,0 +1,11 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y:= +lib-$(CONFIG_MAKEMIME) += mime.o mail.o +lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o +lib-$(CONFIG_REFORMIME) += mime.o mail.o +lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o |