From: Ken Raeburn Date: Tue, 25 Jun 2002 21:04:16 +0000 (+0000) Subject: * Makefile.in (ftpd): Don't use krb5util library X-Git-Tag: krb5-1.3-alpha1~648 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba2078571377eef0691c778bdea2c9470082fec0;p=krb5.git * Makefile.in (ftpd): Don't use krb5util library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14571 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 7f249f884..36f31ed41 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Ken Raeburn + + * Makefile.in (ftpd): Don't use krb5util library. + 2002-04-11 Sam Hartman * ftpd.c (adata;): Don't use channel bindings in call to gss_accept diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index 43cd0fa64..f3f33e3c2 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -29,8 +29,8 @@ LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir) @KRB4_INCLUDES@ all:: ftpd -ftpd: $(OBJS) $(PTY_DEPLIB) $(GSS_DEPLIBS) $(UTIL_DEPLIB) $(KRB4COMPAT_DEPLIBS) - $(CC_LINK) -o $@ $(OBJS) $(FTPD_LIBS) $(PTY_LIB) $(GSS_LIBS) $(UTIL_LIB) $(KRB4COMPAT_LIBS) +ftpd: $(OBJS) $(PTY_DEPLIB) $(GSS_DEPLIBS) $(KRB4COMPAT_DEPLIBS) + $(CC_LINK) -o $@ $(OBJS) $(FTPD_LIBS) $(PTY_LIB) $(GSS_LIBS) $(KRB4COMPAT_LIBS) clean:: $(RM) ftpd ftpcmd.c