From: Theodore Tso Date: Sat, 20 Feb 1993 00:58:33 +0000 (+0000) Subject: Remove dependency on V4 kerberos library --- shouldn't need it X-Git-Tag: krb5-1.0-beta3~339 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4afe48938aaf794dd0f7ac422c586bcce0f1a934;p=krb5.git 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 --- diff --git a/src/kadmin/kpasswd/Imakefile b/src/kadmin/kpasswd/Imakefile index 11329ca1c..dafd983d5 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::