summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-25 01:30:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-25 01:30:23 +0000
commit51ebb3d68404941a592e292227ce12f829ceabe7 (patch)
treeea349bf082eba6aa4cb3b111e331e2bc2cbf4fbf /etc
parent86909eb90c959a61b8b74980ae25582ba58b879f (diff)
convert mkr/ckr to shell scripts, use mktemp(1)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 700d82d0ef5..39e2cb80177 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.134 2001/12/24 09:41:31 deraadt Exp $
+# $OpenBSD: Makefile,v 1.135 2001/12/25 01:30:22 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -254,7 +254,7 @@ release:
.else
release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install
- cd ${.CURDIR}/../distrib/sets; csh -f maketars ${OSrev}
+ cd ${.CURDIR}/../distrib/sets; sh maketars ${OSrev}
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR}