summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl
diff options
context:
space:
mode:
authormartinh <martinh@openbsd.org>2010-06-29 16:25:41 +0000
committermartinh <martinh@openbsd.org>2010-06-29 16:25:41 +0000
commit9043158b7b154f202b9ea09d4167c5c8bfeb3c31 (patch)
tree9aff95aee7615610fb0ff02e50e5b711f03bdb72 /usr.sbin/ldapctl
parentjmc reminded me that rthreads should be removed from here (diff)
downloadwireguard-openbsd-9043158b7b154f202b9ea09d4167c5c8bfeb3c31.tar.xz
wireguard-openbsd-9043158b7b154f202b9ea09d4167c5c8bfeb3c31.zip
Add the new schema parser.
noticed by deraadt, sorry!
Diffstat (limited to 'usr.sbin/ldapctl')
-rw-r--r--usr.sbin/ldapctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapctl/Makefile b/usr.sbin/ldapctl/Makefile
index 3423763c87d..e31f027c473 100644
--- a/usr.sbin/ldapctl/Makefile
+++ b/usr.sbin/ldapctl/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2010/06/23 13:31:30 martinh Exp $
+# $OpenBSD: Makefile,v 1.3 2010/06/29 16:25:41 martinh Exp $
.PATH: ${.CURDIR}/../ldapd
PROG= ldapctl
MAN= ldapctl.8
SRCS= ldapctl.c parse.y btree.c log.c ber.c util.c \
- index.c attributes.c
+ index.c attributes.c schema.c
LDADD= -levent -lcrypto -lz -lutil
DPADD= ${LIBEVENT} ${LIBCRYPTO} ${LIBZ} ${LIBUTIL}