summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-25 21:04:16 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-25 21:04:16 +0000
commitba2078571377eef0691c778bdea2c9470082fec0 (patch)
tree6c74154c38653ca9bd9a485483934a1a3d07a93c /src
parent2bc85459497ccd45861460e99725d680bcdc4053 (diff)
downloadkrb5-ba2078571377eef0691c778bdea2c9470082fec0.tar.gz
krb5-ba2078571377eef0691c778bdea2c9470082fec0.tar.xz
krb5-ba2078571377eef0691c778bdea2c9470082fec0.zip
* Makefile.in (ftpd): Don't use krb5util library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14571 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog4
-rw-r--r--src/appl/gssftp/ftpd/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 7f249f884a..36f31ed41f 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-25 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (ftpd): Don't use krb5util library.
+
2002-04-11 Sam Hartman <hartmans@mit.edu>
* 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 43cd0fa642..f3f33e3c29 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