summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-21 07:22:37 +0000
committerobrien <obrien@FreeBSD.org>1999-04-21 07:22:37 +0000
commit47b96f90c086096cb12e76442461d4da895e207b (patch)
tree6c06c3d4a58df151efc344fbcb585fe31b220719 /usr.sbin/sade
parentd91b5fa22aa70c4839708e1cb40f338a046e8418 (diff)
downloadFreeBSD-src-47b96f90c086096cb12e76442461d4da895e207b.zip
FreeBSD-src-47b96f90c086096cb12e76442461d4da895e207b.tar.gz
Add compat3x to the mix.
Reviewed by: jkh
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index c0a5bd5..d03b76d 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.192 1999/03/09 12:36:28 jkh Exp $
+ * $Id: menus.c,v 1.193 1999/03/19 10:54:37 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -764,6 +764,10 @@ DMenu MenuSubDistributions = {
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT21 },
{ "compat22", "FreeBSD 2.2.x and 3.0 a.out binary compatibility",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT22 },
+#if __FreeBSD__ > 3
+ { "compat3x", "FreeBSD 3.x binary compatibility",
+ dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X },
+#endif
{ "DES", "DES encryption code - NOT FOR EXPORT!",
DESFlagCheck, distSetDES },
{ "dict", "Spelling checker dictionary files",
OpenPOWER on IntegriCloud