From c1a179bacbf40bbe6e2adabdee09b67c232d0dd5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 3 May 1997 19:51:11 +0000 Subject: arg --- etc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 6a8ea9d4c40..304bac8fffe 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 1997/05/03 19:47:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.51 1997/05/03 19:51:10 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -183,10 +183,10 @@ release: cd ${.CURDIR}; ${MAKE} snapshot cd ${.CURDIR}/../distrib/sets; csh maketars cp ${DESTDIR}/snapshot/bsd ${RELEASEDIR} - cp ${DESTDIR}/snapshot/RELEASE.* ${RELEASEDIR} + cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR} cp ${DESTDIR}/snapshot/*.fs *.fs.gz ${RELEASEDIR} - cd ${RELEASEDIR}; md5 bsd RELEASE.* *.fs *.gz > MD5 - cd ${RELEASEDIR}; cksum bsd RELEASE.* *.fs *.gz > CKSUM + cd ${RELEASEDIR}; md5 bsd INSTALL.* *.fs *.gz > MD5 + cd ${RELEASEDIR}; cksum bsd INSTALL.* *.fs *.gz > CKSUM .endif snapshot: distribution snap_pre snap_tar snap_md -- cgit v1.2.3