summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 08493b8fec8..5d69de02e7b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.55 1997/05/12 19:29:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.56 1997/05/12 22:21:50 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -187,10 +187,11 @@ release:
cd ${.CURDIR}; ${MAKE} snapshot
cd ${.CURDIR}/../distrib/sets; csh maketars
-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* INSTALL.* *.fs *.gz > MD5
- -cd ${RELEASEDIR}; cksum bsd* INSTALL.* *.fs *.gz > CKSUM
+ -cd ${RELEASEDIR}; md5 bsd* *boot* INSTALL.* *.fs *.gz > MD5
+ -cd ${RELEASEDIR}; cksum bsd* *boot* INSTALL.* *.fs *.gz > CKSUM
.endif
snapshot: distribution snap_pre snap_tar snap_md