diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-06 11:52:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-06 11:52:34 +0000 |
commit | 71c8601453c63c3e402eb2573460d4f1910c80fc (patch) | |
tree | a1fcf831900058ecad9e964f1fb177b88c0d416a | |
parent | ca803d52fdde6760445a1c741a1511b05614d0d8 (diff) |
Notes
-rw-r--r-- | release/Makefile | 2 | ||||
-rw-r--r-- | share/man/man7/release.7 | 8 |
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. |