X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/151a03113e47c14070d87d00a9a8a0a8b340879b..432ce85854aea17f9383519db1c2d3a8307c0760:/package/openssl/Makefile diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 82f20d6b0..23207714b 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # $Id$ include $(TOPDIR)/rules.mk @@ -20,7 +26,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-rmd160 no-aes192 OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic no-engines -include $(TOPDIR)/package/rules.mk +include $(INCLUDE_DIR)/package.mk define Package/libopenssl SECTION:=base