aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-12 11:43:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-12 11:43:48 +0000
commit3edf1c0b8bf3b8d2316ddf4e5abf40abcf187599 (patch)
tree503eb6fa16918637e29b8d56bd9341c3404d117b /usr.sbin/sysinstall/menus.c
parentc7c7520a95edcfa85f8f373ece101281dd195fe6 (diff)
Begin the sysinstall cleanup. Remove the support for configuring OSF
binary compatibility.
Notes
Notes: svn path=/head/; revision=185981
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 45ac4af19c57..6a22d3225661 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1257,10 +1257,6 @@ DMenu MenuStartup = {
{ " SVR4", "This host wants to be able to run SVR4 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "svr4_enable=YES" },
#endif
-#ifdef __alpha__
- { " OSF/1", "This host wants to be able to run DEC OSF/1 binaries.",
- dmenuVarCheck, configOSF1, NULL, VAR_OSF1_ENABLE "=YES" },
-#endif
{ " quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
{ NULL } },