diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-19 19:31:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-19 19:31:23 +0000 |
commit | 6fc279e1392f5a8c38eb50448ed0a2b2809303e4 (patch) | |
tree | 87099dcc42c764f0884004fcb6ee51b3c6703d3e | |
parent | c6fd29ba818397cd0f92ba8d14b83978744f80bd (diff) |
oops
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index d60132e53ba..653e7390803 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 1997/05/18 20:29:39 pefo Exp $ +# $OpenBSD: Makefile,v 1.60 1997/05/19 19:31:22 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -184,6 +184,7 @@ release: @false .else release: distribution snap_pre snap_md + cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install cd ${.CURDIR}/../distrib/sets; csh maketars -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} |