summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-02-07 18:38:02 +0000
committerEzra Peisach <epeisach@mit.edu>1996-02-07 18:38:02 +0000
commit41479db46551b255816c398d57971bf0dd91df1a (patch)
treef5809be9e89c8ce30355f12d13b2417b941ea617 /src
parent63041adc87b6a6221af9e4e2f273ad1ba1381ed5 (diff)
Make clean removes ftpd (not ftp)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7451 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.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 7daf4888c..9eed4bedf 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 7 13:33:41 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (clean): Remove ftpd
+
Thu Jan 18 18:39:06 1996 Sam Hartman <hartmans@zygorthian-space-raiders.MIT.EDU>
* configure.in: Check for crypt in -lcrypt
diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in
index d1310d55e..666bf37b3 100644
--- a/src/appl/gssftp/ftpd/Makefile.in
+++ b/src/appl/gssftp/ftpd/Makefile.in
@@ -29,7 +29,7 @@ ftpd: $(OBJS) $(DEPKLIB)
$(LD) $(LDFLAGS) $(LDARGS) -o $@ $(OBJS) $(KLIB) $(LIBS)
clean::
- $(RM) ftp ftpcmd.c
+ $(RM) ftpd ftpcmd.c
depend::