/usr/local/dcs directory.
blctlxx:/usr/local/dcs > cvs checkout auth cvs checkout: Updating auth cvs checkout: Updating auth/decunix U auth/decunix/auth.a U auth/decunix/makefile cvs checkout: Updating auth/irix U auth/irix/auth.a U auth/irix/makefile cvs checkout: Updating auth/linux U auth/linux/auth.a U auth/linux/makefile cvs checkout: Updating auth/src U auth/src/auth.c U auth/src/auth.h U auth/src/idea.c U auth/src/idea.h
cd into the linux, decunix,
or irix build directory.
/usr/local/dcs > cd auth/linux
make command.
blctlxx:/usr/local/dcs/auth/linux > make cc -c -O -DLINUX -I../ -I../../xos//src/ ../src/idea.c cc -c -O -DLINUX -I../ -I../../xos//src/ ../src/auth.c ../src/auth.c: In function `auth_load_key': ../src/auth.c:437: warning: assignment makes integer from pointer without a cast ar -vr auth.a idea.o auth.o r - idea.o r - auth.o