The early compat dists only make sense on the i386

This commit is contained in:
Jordan K. Hubbard 2001-03-23 21:43:47 +00:00
parent fca26df055
commit b72008f1dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74706

View File

@ -78,7 +78,11 @@ DIST_DOCS= ABOUT.TXT ERRATA.TXT LAYOUT.TXT README.TXT HARDWARE.TXT \
# Things which without too much trouble can be considered variables
# BIN_DISTS are special in that they get full /etc installation sets.
#
.if ${MACHINE_ARCH} == "i386"
COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x
.else
COMPAT_DISTS?= compat4x
.endif
OTHER_DISTS?= manpages catpages games proflibs dict info doc
CRYPTO_DISTS?= crypto krb4 krb5
BIN_DISTS?= bin