=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- src/etc/Makefile 1997/10/24 12:42:28 1.75 +++ src/etc/Makefile 1997/10/24 15:36:42 1.76 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 1997/10/24 12:42:28 downsj Exp $ +# $OpenBSD: Makefile,v 1.76 1997/10/24 15:36:42 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -195,13 +195,16 @@ release: distribution snap_pre snap_md cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install cd ${.CURDIR}/../distrib/sets; csh maketars - -cp ${DESTDIR}/snapshot/* ${RELEASEDIR} - -cd ${RELEASEDIR}; md5 * > .MD5; cksum * > .CKSUM; \ - mv .MD5 MD5; mv .CKSUM CKSUM + -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} + -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} + -cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR} + -cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR} + -cd ${RELEASEDIR}; md5 bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > MD5 + -cd ${RELEASEDIR}; cksum bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md - cd ${DESTDIR}/snapshot && cksum * > CKSUM + cd ${DESTDIR}/snapshot && cksum * > CKSUMS cd ${DESTDIR}/snapshot && md5 * > MD5 snap_pre: