summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-28 09:12:00 +0000
committerru <ru@FreeBSD.org>2004-01-28 09:12:00 +0000
commitdccf9ab43f44dc8d7f73dadce0547b0e4052c04e (patch)
tree85bb13d1cf12a75c9e0dd11a90aabb5973c628ae /release
parentd82e43eede8f1e8b323ead0af1c28f795c657e4d (diff)
downloadFreeBSD-src-dccf9ab43f44dc8d7f73dadce0547b0e4052c04e.zip
FreeBSD-src-dccf9ab43f44dc8d7f73dadce0547b0e4052c04e.tar.gz
Only i386 and Alpha have the compat4x distribution.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 1d7709e..ef87594 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -149,7 +149,7 @@ DIST_DOCS_ARCH_DEP= installation relnotes hardware
#
.if ${TARGET_ARCH} == "i386"
COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x
-.elif ${TARGET_ARCH} != "ia64"
+.elif ${TARGET_ARCH} == "alpha"
COMPAT_DISTS?= compat4x
.endif
OTHER_DISTS?= catpages manpages games proflibs dict info doc
OpenPOWER on IntegriCloud