From a55a8492157952a8b3d40687815dd6c20be0e241 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 12 Nov 1994 02:25:04 +0000 Subject: [PATCH] Point to new README file location. --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index f4d16910355c..8e320176402f 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1994/11/11 08:47:32 jkh Exp $ +# $Id: Makefile,v 1.35 1994/11/11 22:27:11 jkh Exp $ # # Evil floppies are, of course, 1.2MB floppies. @@ -74,7 +74,7 @@ boot.flp: ln ${MNT}/stand/sysinstall ${MNT}/stand/newfs ln ${MNT}/stand/sysinstall ${MNT}/stand/gzip install -m 400 -c ${.CURDIR}/../COPYRIGHT ${MNT}/COPYRIGHT - install -m 400 -c ${.CURDIR}/../README ${MNT}/README + install -m 400 -c ${.CURDIR}/../share/FAQ/README-2.0 ${MNT}/README install -m 400 -c ${.CURDIR}/../share/FAQ/DISKSPACE.FAQ \ ${MNT}/DISKSPACE.FAQ install -m 400 -c ${.CURDIR}/../share/FAQ/RELNOTES.FreeBSD \