From 41479db46551b255816c398d57971bf0dd91df1a Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 7 Feb 1996 18:38:02 +0000 Subject: [PATCH] Make clean removes ftpd (not ftp) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7451 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftpd/ChangeLog | 4 ++++ src/appl/gssftp/ftpd/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * Makefile.in (clean): Remove ftpd + Thu Jan 18 18:39:06 1996 Sam Hartman * 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:: -- 2.26.2