diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:23:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:23:49 +0000 |
commit | 493fc05d7f0422f913245f976552c41c8d20de94 (patch) | |
tree | 7eb75032ea88d7b7f88a89e35dc684f3e660b9d3 /package/Makefile | |
parent | c2c3e5b4d74cec355f4a01c4c707777d0a95b47f (diff) | |
download | upstream-493fc05d7f0422f913245f976552c41c8d20de94.tar.gz upstream-493fc05d7f0422f913245f976552c41c8d20de94.tar.bz2 upstream-493fc05d7f0422f913245f976552c41c8d20de94.zip |
Add mini_sendmail package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1268 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index bf65d83dd8..0806cbaf7e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -63,6 +63,7 @@ package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_MICROCOM) += microcom package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_MINI_HTTPD) += mini_httpd +package-$(BR2_PACKAGE_MINI_SENDMAIL) += mini_sendmail package-$(BR2_PACKAGE_MONIT) += monit package-$(BR2_PACKAGE_MYSQL) += mysql package-$(BR2_PACKAGE_NCURSES) += ncurses |