+2001-07-23 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in: Build gssftp client on Win32.
+
2001-07-06 Ezra Peisach <epeisach@mit.edu>
* aclocal.m4 (CHECK_WAIT_TYPE): Need to include sys/types.h for
@echo Making in appl\gss-sample
cd ..\appl\gss-sample
$(MAKE) -$(MFLAGS)
- cd ..\..
+ @echo Making in appl\gssftp\ftp
+ cd ..\..\appl\gssftp\ftp
+ $(MAKE) -$(MFLAGS)
+ cd ..\..\..
world::
date
WINMAKEFILES=Makefile \
appl\gss-sample\Makefile \
+ appl\gssftp\ftp\Makefile \
clients\Makefile clients\kdestroy\Makefile \
clients\kinit\Makefile clients\klist\Makefile \
clients\kpasswd\Makefile clients\kvno\Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##appl\gss-sample\Makefile: appl\gss-sample\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
+##DOS##appl\gssftp\ftp\Makefile: appl\gssftp\ftp\Makefile.in $(MKFDEP)
+##DOS## $(WCONFIG) config < $@.in > $@
##DOS##clients\Makefile: clients\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##clients\kdestroy\Makefile: clients\kdestroy\Makefile.in $(MKFDEP)
@echo Making in appl\gss-sample
cd ..\appl\gss-sample
$(MAKE) -$(MFLAGS) clean
- cd ..\..
+ @echo Making in appl\gssftp\ftp
+ cd ..\..\appl\gssftp\ftp
+ $(MAKE) -$(MFLAGS)
+ cd ..\..\..
@echo Making clean in root
#