diff options
author | ru <ru@FreeBSD.org> | 2003-10-06 11:52:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-10-06 11:52:34 +0000 |
commit | 08859b205f380a0e04ba5bfec234f9f14b1936b6 (patch) | |
tree | a1fcf831900058ecad9e964f1fb177b88c0d416a /release | |
parent | 74674b8ed80cc707021fa63e36e7a54c59038e15 (diff) | |
download | FreeBSD-src-08859b205f380a0e04ba5bfec234f9f14b1936b6.zip FreeBSD-src-08859b205f380a0e04ba5bfec234f9f14b1936b6.tar.gz |
Correct the description of what the release.3 stage does nowadays.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index f44893e..31786c2 100644 --- a/release/Makefile +++ b/release/Makefile @@ -518,7 +518,7 @@ release.2: cd ${.CURDIR}/.. && ${CROSSMAKE} distributeworld DISTDIR=${RD}/trees touch ${.TARGET} -# Build and install crypto distributions. +# Build and install non-crypto versions of some tools. release.3: # Handle some grief caused by the munition braindeadness. cd ${.CURDIR}/..; \ |