diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-06-28 14:24:05 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-06-28 14:24:05 +0000 |
commit | 8634efa620f89813fae194aa218fafed74a9e7e1 (patch) | |
tree | 93a58e934b991e50ba865932623b76baef0763c7 /kerberosV/libexec/kadmind | |
parent | 7b90ee001dd9dc840b4b38ced6ca6a51438c350b (diff) |
we don't all run elf yet
Diffstat (limited to 'kerberosV/libexec/kadmind')
-rw-r--r-- | kerberosV/libexec/kadmind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosV/libexec/kadmind/Makefile b/kerberosV/libexec/kadmind/Makefile index 9439907b852..3ae15481054 100644 --- a/kerberosV/libexec/kadmind/Makefile +++ b/kerberosV/libexec/kadmind/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/06/27 18:27:24 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/28 14:24:04 todd Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -15,6 +15,8 @@ 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 |