diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 03:49:16 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-13 03:49:16 +0000 |
commit | 367bcce8ef1e15f681e57fc04efdb3f43283e36c (patch) | |
tree | 329922c675f70e999452535e2d502c70355216be /package/Makefile | |
parent | c26c2edc7af89ece52a0b472420f146d92efe26d (diff) |
Add openldap package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index c4314a08c..2ab2bcb69 100644 --- a/package/Makefile +++ b/package/Makefile @@ -43,6 +43,7 @@ package-$(BR2_PACKAGE_NMAP) += nmap package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_OLSRD) += olsrd +package-$(BR2_PACKAGE_OPENLDAP) += openldap package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENNTPD) += openntpd @@ -124,6 +125,7 @@ kismet-compile: uclibc++-compile libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile fprobe-compile: libpcap-compile cyrus-sasl-compile: openssl-compile +openldap-compile: cyrus-sasl-compile openssl-compile snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) |