summaryrefslogtreecommitdiff
path: root/mk/packages.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/packages.mk')
-rw-r--r--mk/packages.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 7820a7e..b610296 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -1,6 +1,6 @@
################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -152,6 +152,14 @@ ifeq ($(CONFIG_EMBTK_HAVE_MICROPERL),y)
include $(EMBTK_ROOT)/packages/scripting-languages/perl/perl.mk
ROOTFS_COMPONENTS += microperl_install
endif
+############################ Security packages #################################
+
+#OpenSSL
+include $(EMBTK_ROOT)/packages/security/openssl/openssl.mk
+ifeq ($(CONFIG_EMBTK_HAVE_OPENSSL),y)
+ROOTFS_COMPONENTS += openssl_install
+endif
+ROOTFS_COMPONENTS_CLEAN += openssl_clean
############################ System packages ###################################
########################## Miscellaneous packages ##############################