summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2007-08-17 14:13:39 +0000
committerbmah <bmah@FreeBSD.org>2007-08-17 14:13:39 +0000
commit0f2b50cdc6b184fdd8bc520fa35f28ccd4bb990c (patch)
tree6384c3ce2a47af875b210a15c422417a454b8862 /release/Makefile
parentccb2d02a33b0d030e0c05a983449474dfff2db13 (diff)
downloadFreeBSD-src-0f2b50cdc6b184fdd8bc520fa35f28ccd4bb990c.zip
FreeBSD-src-0f2b50cdc6b184fdd8bc520fa35f28ccd4bb990c.tar.gz
Remove one more reference to the installation notes, this time in the
floppies directory. Pointed out by: kensmith Approved by: re (blanket for installation notes removal)
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index 0a124ca..90eccd2 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -877,15 +877,8 @@ floppies.2:
# Do our last minute floppies directory setup
floppies.3:
-.if !defined(NODOC)
- @cp ${RND}/${RELNOTES_LANG}/installation/${TARGET}/article.txt \
- ${RD}/floppies/README.TXT
- @(cd ${RD}/floppies; md5 README.TXT *.flp > CHECKSUM.MD5)
- @(cd ${RD}/floppies; sha256 README.TXT *.flp > CHECKSUM.SHA256)
-.else
@(cd ${RD}/floppies; md5 *.flp > CHECKSUM.MD5)
@(cd ${RD}/floppies; sha256 *.flp > CHECKSUM.SHA256)
-.endif
touch ${.TARGET}
#
OpenPOWER on IntegriCloud