Remove dependency on V4 kerberos library --- shouldn't need it
authorTheodore Tso <tytso@mit.edu>
Sat, 20 Feb 1993 00:58:33 +0000 (00:58 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 20 Feb 1993 00:58:33 +0000 (00:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2490 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/kpasswd/Imakefile

index 11329ca1cdc157ecbcc45b6ba4990965e39660dc..dafd983d5f7c3d8087496cdbb530d68d2ff9d957 100644 (file)
@@ -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::