summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 22:10:20 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 22:10:20 +0000
commite286dfe6edc23fd189e6ee8370440cd79b551961 (patch)
treec683722f30d899d53799ec06f989bc0576701cff /Makefile.org
parent17e3b273e6ac97ce743e74c749e611649f51de1e (diff)
We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 72a8abfcf7..c229268562 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -159,7 +159,6 @@ RMD160_ASM_OBJ= asm/rm86-out.o
# KRB5 stuff
KRB5_INCLUDES=
-LIBKRB5=
# When we're prepared to use shared libraries in the programs we link here
# we might set SHLIB_MARK to '$(SHARED_LIBS)'.