summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-16 18:02:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-16 18:02:23 +0000
commit5c074672206831ac1bd90fc541e90a66a804bd3d (patch)
treeb97b37f88f6ed9ddb1417abaea442c952fa78180 /etc
parent16c6e7109c245825f2223a11ad6c1e3fb3e3115b (diff)
split release target off from snapshot targ
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 5d69de02e7b..f94859e4b45 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.56 1997/05/12 22:21:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.57 1997/05/16 18:02:22 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -183,8 +183,7 @@ release:
@echo setenv RELEASEDIR before building a release.
@false
.else
-release:
- cd ${.CURDIR}; ${MAKE} snapshot
+release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/sets; csh maketars
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}