From 7a921ebf8482dfebae1d17ed38586cf48f572fa2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 2 Jul 2002 21:07:25 +0000 Subject: Diff-reduce with 4-stable: 4.x has a compat4x package. --- usr.sbin/sade/menus.c | 2 +- usr.sbin/sysinstall/menus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 168904e12466..1b6132aa1e0c 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -806,7 +806,7 @@ DMenu MenuSubDistributions = { { " compat3x", "FreeBSD 3.x binary compatibility", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X }, #endif -#if __FreeBSD__ > 4 +#if __FreeBSD__ >= 4 { " compat4x", "FreeBSD 4.x binary compatibility", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X }, #endif diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 168904e12466..1b6132aa1e0c 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -806,7 +806,7 @@ DMenu MenuSubDistributions = { { " compat3x", "FreeBSD 3.x binary compatibility", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X }, #endif -#if __FreeBSD__ > 4 +#if __FreeBSD__ >= 4 { " compat4x", "FreeBSD 4.x binary compatibility", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X }, #endif -- cgit v1.3