summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldapctl/Makefile')
-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 fcb5c7e9dc5..5807416f72b 100644
--- a/usr.sbin/ldapctl/Makefile
+++ b/usr.sbin/ldapctl/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2010/09/03 14:34:02 martinh Exp $
+# $OpenBSD: Makefile,v 1.5 2010/11/03 14:17:01 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 schema.c syntax.c
+ index.c attributes.c schema.c syntax.c matching.c
LDADD= -levent -lcrypto -lz -lutil
DPADD= ${LIBEVENT} ${LIBCRYPTO} ${LIBZ} ${LIBUTIL}