Although long-winded and involving unnecessary typing, it is possible to use a construct like the following, to build up the PATH variable 'bit by bit':
setenv PATH .:/opt/vendor/software/bin:$PATH
setenv PATH /usr/ccs/bin:/usr/openwin/bin:$PATH
setenv PATH /tmp:/opt/perl/bin:$PATH...