=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.102 retrieving revision 1.103 diff -c -r1.102 -r1.103 *** src/etc/Makefile 1999/10/08 10:51:34 1.102 --- src/etc/Makefile 1999/10/08 11:33:51 1.103 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.102 1999/10/08 10:51:34 espie Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.103 1999/10/08 11:33:51 espie Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 241,250 **** mkdir -p ${RELEASEDIR}/tools cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools cd ${RELEASEDIR} && md5 tools/* >>MD5 ! cd ${RELEASEDIR} && md5 tools/* >>CKSUM .endif -cd ${RELEASEDIR} && sort -o MD5 MD5 ! -cd ${RELEASEDIR} && sort -o CKSUM CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md --- 241,250 ---- mkdir -p ${RELEASEDIR}/tools cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools cd ${RELEASEDIR} && md5 tools/* >>MD5 ! cd ${RELEASEDIR} && cksum tools/* >>CKSUM .endif -cd ${RELEASEDIR} && sort -o MD5 MD5 ! -cd ${RELEASEDIR} && sort -o CKSUM -k 3 CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md