summaryrefslogtreecommitdiff
path: root/kerberosV/libexec
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-06-28 14:26:43 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-06-28 14:26:43 +0000
commitcbdc6ac09327ff316b86d9b0dcbe2f38f09e039d (patch)
tree0b3a6c2e06130b5fb191174411cdb5b53cef18cb /kerberosV/libexec
parent8634efa620f89813fae194aa218fafed74a9e7e1 (diff)
update your /usr/share/mk, drahn@ says .. my bad
Diffstat (limited to 'kerberosV/libexec')
-rw-r--r--kerberosV/libexec/kadmind/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/kerberosV/libexec/kadmind/Makefile b/kerberosV/libexec/kadmind/Makefile
index 3ae15481054..2551205c34c 100644
--- a/kerberosV/libexec/kadmind/Makefile
+++ b/kerberosV/libexec/kadmind/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/28 14:24:04 todd Exp $
+# $OpenBSD: Makefile,v 1.4 2001/06/28 14:26:42 todd Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -15,8 +15,6 @@ LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto \
.include <bsd.prog.mk>
-.if defined(ELF_TOOLCHAIN)
.if (${ELF_TOOLCHAIN:L} == "yes")
LDADD+= -ldl
.endif
-.endif