=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/etc/Makefile 1997/05/12 22:21:50 1.56 --- src/etc/Makefile 1997/05/16 18:02:22 1.57 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.56 1997/05/12 22:21:50 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.57 1997/05/16 18:02:22 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 183,190 **** @echo setenv RELEASEDIR before building a release. @false .else ! release: ! cd ${.CURDIR}; ${MAKE} snapshot cd ${.CURDIR}/../distrib/sets; csh maketars -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} --- 183,189 ---- @echo setenv RELEASEDIR before building a release. @false .else ! release: distribution snap_pre snap_md cd ${.CURDIR}/../distrib/sets; csh maketars -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}