diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 4098fe8d677..80eac3da522 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.132 2001/09/21 22:13:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.133 2001/12/19 02:26:41 form 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 maketars ${OSrev} + cd ${.CURDIR}/../distrib/sets; csh -f maketars ${OSrev} -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR} |