diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-24 15:57:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-24 15:57:14 +0000 |
commit | d8ffc9314f9ca7d80d52cd8ad22d0f8446b7bc51 (patch) | |
tree | fc57680ad301bd5e85f403f8050e027bcb65daa2 /etc/Makefile | |
parent | ff68ae8ed13f4c2033ff0e983dac947baa782879 (diff) |
copy *BOOT* too for destdir building
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 11869d72de6..af9a27d5551 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 1997/10/24 15:36:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.77 1997/10/24 15:57:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -197,6 +197,7 @@ release: distribution snap_pre snap_md cd ${.CURDIR}/../distrib/sets; csh maketars -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} + -cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR} -cd ${RELEASEDIR}; md5 bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > MD5 |