summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-20 09:54:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-20 09:54:45 +0000
commite0efb9ebf89c0c6c6496dc7849a01f0ee941b706 (patch)
tree8dbc74a28a0b180cb461c142cd014fcee371d93d /usr.sbin/ldapd
parentd87e97bd90634a9cf2188a56dac0e41236199241 (diff)
Correctly list all libraries required.
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r--usr.sbin/ldapd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldapd/Makefile b/usr.sbin/ldapd/Makefile
index 5d2aea00428..37eda13dcda 100644
--- a/usr.sbin/ldapd/Makefile
+++ b/usr.sbin/ldapd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2016/05/01 00:32:37 jmatthew Exp $
+# $OpenBSD: Makefile,v 1.14 2017/01/20 09:54:44 deraadt Exp $
PROG= ldapd
MAN= ldapd.8 ldapd.conf.5
@@ -8,8 +8,8 @@ SRCS= ber.c log.c control.c \
auth.c modify.c index.c evbuffer_tls.c \
validate.c uuid.c schema.c imsgev.c syntax.c matching.c
-LDADD= -ltls -levent -lz -lutil
-DPADD= ${LIBEVENT} ${LIBTLS} ${LIBCRYPTO} ${LIBSSL} ${LIBZ} ${LIBUTIL}
+LDADD= -levent -ltls -lssl -lcrypto -lz -lutil
+DPADD= ${LIBEVENT} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} ${LIBZ} ${LIBUTIL}
CFLAGS+= -I${.CURDIR} -g
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations