summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapctl/Makefile
diff options
context:
space:
mode:
authorMartin Hedenfal <martinh@cvs.openbsd.org>2010-09-03 14:34:03 +0000
committerMartin Hedenfal <martinh@cvs.openbsd.org>2010-09-03 14:34:03 +0000
commit86b987db5f6c4e6a808ff77bba2b45b3283067fa (patch)
treeeadda7e788cee28ff65ab4d3ef947cec6c462bf8 /usr.sbin/ldapctl/Makefile
parentedce739367ee8273f365f9af4bea099ff1f245ef (diff)
Need syntax.c to build the schema parser. Sorry for that.
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 e31f027c473..fcb5c7e9dc5 100644
--- a/usr.sbin/ldapctl/Makefile
+++ b/usr.sbin/ldapctl/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 2010/06/29 16:25:41 martinh Exp $
+# $OpenBSD: Makefile,v 1.4 2010/09/03 14:34:02 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
+ index.c attributes.c schema.c syntax.c
LDADD= -levent -lcrypto -lz -lutil
DPADD= ${LIBEVENT} ${LIBCRYPTO} ${LIBZ} ${LIBUTIL}