summaryrefslogtreecommitdiff
path: root/kerberosV
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-09-27 05:02:58 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-09-27 05:02:58 +0000
commit123b85a8f383a5040406e690c73a9f9e3d18c768 (patch)
treef2d476f8568db3303910ec229d4957c5cabcb588 /kerberosV
parent66ae70ac2c8bd63bd5a5ee8ecb764884e02ec162 (diff)
We have a libdl on sparc64 now.
Diffstat (limited to 'kerberosV')
-rw-r--r--kerberosV/libexec/kpasswdd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile
index 5cd3c153153..d86e1fdfa0e 100644
--- a/kerberosV/libexec/kpasswdd/Makefile
+++ b/kerberosV/libexec/kpasswdd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2001/09/12 05:16:25 jason Exp $
+# $OpenBSD: Makefile,v 1.5 2001/09/27 05:02:57 art Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -13,6 +13,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