Braino in the 1.672 commit: scripts/games-make.sh expects the

"manpages" and "catpages" dists to be already built.
This commit is contained in:
Ruslan Ermilov 2002-07-25 14:42:08 +00:00
parent 2e673adddb
commit de9a18ceec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100671

View File

@ -138,7 +138,7 @@ COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x
.else
COMPAT_DISTS?= compat4x
.endif
OTHER_DISTS?= games catpages manpages proflibs dict info doc
OTHER_DISTS?= catpages manpages games proflibs dict info doc
CRYPTO_DISTS?= crypto krb4 krb5
BASE_DISTS?= base
DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS}