From 0db589e700a68f47e559f20f5a583cc205a9af41 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Mon, 24 Mar 2003 18:15:28 +0000 Subject: Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber. ok millert@ miod@ deraadt@ --- etc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index da9bc53bb3a..63a822bfae3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.180 2003/03/10 21:08:44 millert Exp $ +# $OpenBSD: Makefile,v 1.181 2003/03/24 18:15:27 drahn Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -279,9 +279,11 @@ release: distribution snap_pre snap_md -cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR} -cd ${RELEASEDIR}; \ - md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > MD5 + md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.iso *.gz *.tgz \ + > MD5 -cd ${RELEASEDIR}; \ - cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > CKSUM + cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.iso *.gz *.tgz \ + > CKSUM .if defined(MACHINE_HAS_TOOLS) mkdir -p ${RELEASEDIR}/tools cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools -- cgit v1.2.3