diff options
author | hwr <hwr@pkgsrc.org> | 1999-05-18 21:27:30 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-05-18 21:27:30 +0000 |
commit | 22fb6ae9971be013c4c70bf28686870741b86aa4 (patch) | |
tree | 764f311720329e6f6b1b34ea991276dd7347af9e /devel | |
parent | 56b17f2e7c502e4fa01a0b3a240bbf6c0c3f90dd (diff) | |
download | pkgsrc-22fb6ae9971be013c4c70bf28686870741b86aa4.tar.gz |
Enable the LDAP C-SDK.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3487be30caf..3012c8871ac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 1999/05/12 20:48:24 bad Exp $ +# $NetBSD: Makefile,v 1.59 1999/05/18 21:27:30 hwr Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -42,6 +42,7 @@ SUBDIR += id-utils # SUBDIR += ilu # SUBDIR += lclint + SUBDIR += ldapsdk # SUBDIR += libdlmalloc SUBDIR += libg++ SUBDIR += libgtop |