netbsd.INSTALL.gz is already install; back out part of previous.

This commit is contained in:
mrg 2001-08-23 17:19:49 +00:00
parent 11f0349df1
commit b82078b80d
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2001/08/23 17:14:40 eeh Exp $
# $NetBSD: Makefile,v 1.5 2001/08/23 17:19:49 mrg Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${TOP}/../miniroot
@ -130,7 +130,6 @@ release: $(IMAGE) netbsd.INSTALL
gzip -c -9 < $(.OBJDIR)/miniroot.fs \
> $(RELEASEDIR)/installation/miniroot/miniroot.fs.gz
@mkdir -p $(RELEASEDIR)/binary/kernels
cp netbsd.INSTALL $(RELEASEDIR)/binary/kernels
.endif # RELEASEDIR check
.include <bsd.own.mk>