summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-16 18:16:14 +0000
committerru <ru@FreeBSD.org>2005-06-16 18:16:14 +0000
commit73ab2fc036124d8b8ca662ced3919e56265959b7 (patch)
tree45d1addfe5c2606789a40380e44946682e84ad9c /usr.sbin/sade
parentb4f8c168e5947e8b62b512b2f35968a73f925633 (diff)
downloadFreeBSD-src-73ab2fc036124d8b8ca662ced3919e56265959b7.zip
FreeBSD-src-73ab2fc036124d8b8ca662ced3919e56265959b7.tar.gz
Provide 32-bit runtime support on amd64 as a separate distribution, lib32.
Prodded by: obrien Nodded by: peter Approved by: re
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c4
-rw-r--r--usr.sbin/sade/sade.85
2 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 8241876..1bfad63 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -969,6 +969,10 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_GAMES },
{ " info", "GNU info files",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_INFO },
+#ifdef __amd64__
+ { " lib32", "32-bit runtime compatibility libraries",
+ dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_LIB32 },
+#endif
{ " man", "System manual pages - recommended",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_MANPAGES },
{ " catman", "Preformatted system manual pages",
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8
index d216579..e75c673 100644
--- a/usr.sbin/sade/sade.8
+++ b/usr.sbin/sade/sade.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 9, 1997
+.Dd June 14, 2005
.Dt SYSINSTALL 8
.Os
.Sh NAME
@@ -419,6 +419,9 @@ Profiled libraries for developers.
Dictionary information (for tools like spell).
.It Li info
GNU info files and other extra docs.
+.It Li lib32
+(amd64 only)
+32-bit runtime compatibility libraries.
.It Li compat1x
Compatibility with
.Fx
OpenPOWER on IntegriCloud