diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 04:07:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 04:07:08 +0000 |
commit | 4e6d60bceb45b9cbb191d1a6b82e16c65371a4b8 (patch) | |
tree | ff2cea046b04623e6917a3df22238fb37b0a6f5a /net/Makefile | |
parent | 502fdee1cb154a2a8091add673bbcd5186e1f22e (diff) |
Notes
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 15edb92360fa..0b97583e6cf2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -408,9 +408,12 @@ SUBDIR += opengk SUBDIR += openh323 SUBDIR += openldap12 - SUBDIR += openldap20 - SUBDIR += openldap21 - SUBDIR += openldap22 + SUBDIR += openldap20-client + SUBDIR += openldap20-server + SUBDIR += openldap21-client + SUBDIR += openldap21-server + SUBDIR += openldap22-client + SUBDIR += openldap22-server SUBDIR += openmcu SUBDIR += openreg SUBDIR += openslp |