summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-10-06 11:52:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-10-06 11:52:34 +0000
commit71c8601453c63c3e402eb2573460d4f1910c80fc (patch)
treea1fcf831900058ecad9e964f1fb177b88c0d416a
parentca803d52fdde6760445a1c741a1511b05614d0d8 (diff)
Notes
-rw-r--r--release/Makefile2
-rw-r--r--share/man/man7/release.78
2 files changed, 4 insertions, 6 deletions
diff --git a/release/Makefile b/release/Makefile
index f44893e77cb5..31786c273966 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}/..; \
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7
index fd1055cbc141..259a2c864186 100644
--- a/share/man/man7/release.7
+++ b/share/man/man7/release.7
@@ -119,11 +119,9 @@ to build the directory hierarchy for the system.
.It Cm release.2
Installs the system into the distribution directories.
.It Cm release.3
-Builds and installs
-.Dq crypto
-and
-.Dq krb5
-distributions.
+Builds and installs into the
+.Dq base
+distribution non-crypto versions of some tools.
.It Cm release.4
.\" XXX: We build more than one kernel. We build a stripped down
.\" kernel for the boot media in addition to a full GENERIC kernel.