.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
to
.elif ${OSVERSION} >= 400000
The first version triggers a bug in the old make. Since I won't be
attempting to build these on an 2.2-stable machine anymore, just take
out that part of the check.
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s