diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-28 09:12:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-28 09:12:00 +0000 |
| commit | 1118e5b37a8f6e52fae841dd69e191fbbdfe10f7 (patch) | |
| tree | 85bb13d1cf12a75c9e0dd11a90aabb5973c628ae /release | |
| parent | 5fcf4e43982faf2d3af35a2251658960ca2013ea (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 1d7709e10485..ef87594fa96d 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 |
