aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-07-02 20:03:55 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-07-02 20:03:55 +0000
commit522c2080e33788f38c7a4c97470d24dedd1f65c2 (patch)
tree3e4b7937249b006a0a30cc102c40d03de65f35ae /usr.sbin/sysinstall
parent92711d358699f6d9f7db8a59e2e2675fc6b43b58 (diff)
downloadsrc-522c2080e33788f38c7a4c97470d24dedd1f65c2.tar.gz
src-522c2080e33788f38c7a4c97470d24dedd1f65c2.zip
Alpha does indeed have a COMPAT4X distribution on current. 4-stable
already has this correct.
Notes
Notes: svn path=/head/; revision=99273
Diffstat (limited to 'usr.sbin/sysinstall')
-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 b81e1a21cf3c..2ab968827e61 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