+Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: zipping up for the PC now handles trees containing
+ binary files such as *.o and *.a.
+
Tue Mar 21 18:50:00 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: oops, missed a directory in zipping up for the PC
ZIPEXCLUDE= LIB/KRB5.SAB \
INCLUDE/KRB5/AUTOCONF.H \
- WINDOWS/CNS/*.ICO
+ LIB/CRYPTO/MD4/T_MDDRIV LIB/CRYPTO/MD5/T_MDDRIV \
+ WINDOWS/CNS/*.ICO *.O *.A
-zip-windows: awk-windows kerbsrc.zip
+zip-windows: awk-windows
rm -f kerbsrc.zip
zip -Dlk kerbsrc.zip $(ZIPFILES) -x $(ZIPEXCLUDE)
zip -Dk kerbsrc.zip $(ZIPBINARYFILES)