summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-02-20 00:58:33 +0000
committerTheodore Tso <tytso@mit.edu>1993-02-20 00:58:33 +0000
commit4afe48938aaf794dd0f7ac422c586bcce0f1a934 (patch)
tree7405f1f0ca2c7c78628bb2917fc50d2cac9fd379 /src
parent07db4423140044ea45a2d201fcbaa53e0bcd0222 (diff)
downloadkrb5-4afe48938aaf794dd0f7ac422c586bcce0f1a934.tar.gz
krb5-4afe48938aaf794dd0f7ac422c586bcce0f1a934.tar.xz
krb5-4afe48938aaf794dd0f7ac422c586bcce0f1a934.zip
Remove dependency on V4 kerberos library --- shouldn't need it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2490 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/kpasswd/Imakefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/kadmin/kpasswd/Imakefile b/src/kadmin/kpasswd/Imakefile
index 11329ca1cd..dafd983d5f 100644
--- a/src/kadmin/kpasswd/Imakefile
+++ b/src/kadmin/kpasswd/Imakefile
@@ -9,12 +9,6 @@
#
# Imakefile for Kerberos admin server library.
-#ifdef Krb4KDCCompat
-K4LIB=-l$(DES425LIB)
-#else
-K4LIB=
-#endif
-
SRCS = \
networked.c \
kpasswd.c
@@ -28,7 +22,7 @@ ErrorTableObjectRule()
all:: kpasswd
NormalProgramTarget(kpasswd,$(OBJS),$(KDBDEPLIB) $(DEPKLIB), \
- $(KDBLIB) $(K4LIB) $(KLIB) ,)
+ $(KDBLIB) $(KLIB) ,)
Krb5InstallClientProgram(kpasswd)
clean::