From fdd92150011e40f81d55cc1a507bcb7d87249db7 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Wed, 27 Jun 2001 18:27:25 +0000 Subject: Add libdl via ELF_TOOLCHAIN define. now builds on alpha/powerpc. --- kerberosV/libexec/kpasswdd/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'kerberosV/libexec/kpasswdd/Makefile') 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 + +.if (${ELF_TOOLCHAIN:L} == "yes") +LDADD+= -ldl +.endif -- cgit v1.2.3