summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/libexec/kpasswdd/Makefile')
-rw-r--r--kerberosV/libexec/kpasswdd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile
index d388346cb50..56c8838550a 100644
--- a/kerberosV/libexec/kpasswdd/Makefile
+++ b/kerberosV/libexec/kpasswdd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/25 02:04:49 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/06/27 18:27:24 drahn Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -12,3 +12,7 @@ LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto \
-lcom_err
.include <bsd.prog.mk>
+
+.if (${ELF_TOOLCHAIN:L} == "yes")
+LDADD+= -ldl
+.endif