Alpha does indeed have a COMPAT4X distribution on current. 4-stable

already has this correct.
This commit is contained in:
John Baldwin 2002-07-02 20:03:55 +00:00
parent 92711d3586
commit 522c2080e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99273

View File

@ -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