From 34074b545aa7da28a88e80d6515822e8afce14d5 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 11 Jun 1997 15:35:02 +0000 Subject: Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG * INSTALL-binary (Subroutine): Update location of NetBSD install floppies. Also specify to use -P mount option on nfs mount. * menu.lst: Fix typo in floppy -> hd install. * Makefile (dist-files): Replace SOURCES.0.0 with SOURCES.0.2. (install-dist): Install SOURCES.0.2 instead of SOURCES.0.0. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index a4c2a583..59f8620b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -23,7 +23,7 @@ makemode := misc # Files that go into the root of binary distributions dist-files = INSTALL-binary dist-README SETUP servers.boot \ - menu.lst COPYING.LIB SOURCES.0.0 + menu.lst COPYING.LIB SOURCES.0.2 # Tools for making images tool-files = tool-Makefile install-stripped @@ -37,7 +37,7 @@ install-dist: dist-links cp $(srcdir)/INSTALL-binary $(dist-root)/ cp $(srcdir)/dist-README $(dist-root)/README cp $(srcdir)/SETUP $(dist-root)/SETUP - cp $(srcdir)/SOURCES.0.0 $(dist-root)/SOURCES + cp $(srcdir)/SOURCES.0.2 $(dist-root)/SOURCES cp $(srcdir)/servers.boot $(dist-root)/boot/servers.boot cp $(srcdir)/menu.lst $(dist-root)/boot/grub/menu.lst cp $(top_srcdir)/COPYING $(dist-root)/share/misc/COPYING -- cgit v1.2.3