summaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-11 15:35:02 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-11 15:35:02 +0000
commit34074b545aa7da28a88e80d6515822e8afce14d5 (patch)
treedb03be5f02578f1237638f2bb1c7cce2e292a13d /release/Makefile
parentdfbfff220f6f91f283de0eb0ef352cf6bda58bba (diff)
Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
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