ar command

I'm trying to install nmap on one of my servers Solaris 9.

When I try and run make im getting this error:

$ make
Compiling libpcre
make[1]: Entering directory `/export/home/xxx/temp/nmap-4.20/libpcre'
rm -f libpcre.a
ar cr libpcre.a pcre_chartables.o pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_version.o pcre_xclass.o
/bin/bash: ar: command not found
make[1]: *** [libpcre.a] Error 127
make[1]: Leaving directory `/export/home/xxx/temp/nmap-4.20/libpcre'
make: *** [libpcre/libpcre.a] Error 2

Anyone know where to find the "ar" package for Solaris 9? I found it in a binutils package on sunfreeware for Solaris 8 but I'm not sure that will work.

nvm I put /usr/ccs/bin in my path and it is using that to compile it sorry for the post.

also in /usr/xpg4/bin/ar