summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-02 20:03:55 +0000
committerjhb <jhb@FreeBSD.org>2002-07-02 20:03:55 +0000
commit73de95b413d34ddf76c443b2660d92da3b708fd9 (patch)
tree3e4b7937249b006a0a30cc102c40d03de65f35ae /usr.sbin
parent03c9dba6dfb55dc093529b465bfd640eb853f9b7 (diff)
downloadFreeBSD-src-73de95b413d34ddf76c443b2660d92da3b708fd9.zip
FreeBSD-src-73de95b413d34ddf76c443b2660d92da3b708fd9.tar.gz
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
already has this correct.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h
index b81e1a2..2ab9688 100644
--- a/usr.sbin/sysinstall/dist.h
+++ b/usr.sbin/sysinstall/dist.h
@@ -18,6 +18,8 @@
#define DIST_COMPAT21 0x00400
#define DIST_COMPAT22 0x00800
#define DIST_COMPAT3X 0x01000
+#endif
+#if defined(__i386__) || defined(__alpha__)
#define DIST_COMPAT4X 0x02000
#endif
#define DIST_XF86 0x04000
OpenPOWER on IntegriCloud