summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapctl
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-01-20 09:54:44 +0000
committerderaadt <deraadt@openbsd.org>2017-01-20 09:54:44 +0000
commitdc73ec4f330cdf10d03a0806d006bce61280458e (patch)
treeeae883f020266a4d336f6894a778f5ff5a37a11e /usr.sbin/ldapctl
parentAnother ip_ipsp.h missing, found by krw@ (diff)
downloadwireguard-openbsd-dc73ec4f330cdf10d03a0806d006bce61280458e.tar.xz
wireguard-openbsd-dc73ec4f330cdf10d03a0806d006bce61280458e.zip
Correctly list all libraries required.
Diffstat (limited to 'usr.sbin/ldapctl')
-rw-r--r--usr.sbin/ldapctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldapctl/Makefile b/usr.sbin/ldapctl/Makefile
index 50befd74145..632a87c3873 100644
--- a/usr.sbin/ldapctl/Makefile
+++ b/usr.sbin/ldapctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2016/05/01 10:40:27 tb Exp $
+# $OpenBSD: Makefile,v 1.7 2017/01/20 09:54:44 deraadt Exp $
.PATH: ${.CURDIR}/../ldapd
@@ -7,8 +7,8 @@ MAN= ldapctl.8
SRCS= ldapctl.c parse.y btree.c log.c ber.c util.c \
index.c attributes.c schema.c syntax.c matching.c
-LDADD= -ltls -levent -lz -lutil
-DPADD= ${LIBTLS} ${LIBEVENT} ${LIBZ} ${LIBUTIL}
+LDADD= -levent -ltls -lssl -lcrypto -lz -lutil
+DPADD= ${LIBEVENT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBZ} ${LIBUTIL}
CFLAGS+= -I${.CURDIR}/../ldapd
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations