diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-11 20:03:42 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-11 20:03:42 +0000 |
commit | 7b48d0d7a488f661563acf304b88cdad42024a11 (patch) | |
tree | ffddfc62d0747f926654e8ed9f0b307df7caee58 /release | |
parent | 2a99cda3b230f1512bf9873ae314ad4e6fff55ec (diff) | |
download | FreeBSD-src-7b48d0d7a488f661563acf304b88cdad42024a11.zip FreeBSD-src-7b48d0d7a488f661563acf304b88cdad42024a11.tar.gz |
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.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 6be21af..e9bb19e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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 ##==-- |