Drop a copy of cdrom.inf in the ftp area as well, so people who wanna

cut the FTP distribution onto their own CD-R won't bite the bullet.

Jordan, it seems -current misses the disc1/disc2 split still.
This commit is contained in:
Joerg Wunsch 1997-03-11 20:03:42 +00:00
parent ed637f8f5f
commit cf078de007
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23741

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.281 1997/03/11 13:55:46 joerg Exp $
#
# How to roll a release:
#
@ -446,6 +446,7 @@ ftp.1:
cp ${.CURDIR}/sysinstall/help/hardware.hlp ${FD}/HARDWARE.TXT
cp ${.CURDIR}/sysinstall/help/install.hlp ${FD}/INSTALL.TXT
cp ${.CURDIR}/sysinstall/help/relnotes.hlp ${FD}/RELNOTES.TXT
echo "CD_VERSION = ${BUILDNAME}" > ${FD}/cdrom.inf
#
# --==## Setup a suitable cdrom-area ##==--