summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kadmind
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-27 04:55:17 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-27 04:55:17 +0000
commit66ae70ac2c8bd63bd5a5ee8ecb764884e02ec162 (patch)
tree13e38b30320088d64b28d4e7078bf02125b4680d /kerberosV/libexec/kadmind
parent37bc047e274b3210d85884e8bee9f367c52b7704 (diff)
sparc64 has a libdl now
Diffstat (limited to 'kerberosV/libexec/kadmind')
-rw-r--r--kerberosV/libexec/kadmind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/kadmind/Makefile b/kerberosV/libexec/kadmind/Makefile
index 81072e373bd..ef11dcdd294 100644
--- a/kerberosV/libexec/kadmind/Makefile
+++ b/kerberosV/libexec/kadmind/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2001/09/12 05:16:25 jason Exp $
+# $OpenBSD: Makefile,v 1.7 2001/09/27 04:55:16 art Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -15,6 +15,6 @@ LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto \
.include <bsd.prog.mk>
-.if (${ELF_TOOLCHAIN:L} == "yes" && ${MACHINE_ARCH} != "sparc64")
+.if (${ELF_TOOLCHAIN:L} == "yes")
LDADD+= -ldl
.endif