To build for i386/Linux2:

1) make sure all the sipb-athena sources are up to date:
	(cd /mit/sipb-athena/src; cvs -d update)

2) make sure the symlinks are up to date:
	synctree -s /mit/sipb-athena/src -d build

3) make top-level makefile:
	imake  -I/afs/sipb/project/sipb-athena/src/config  -DTOPDIR=/afs/sipb/project/sipb-athena/src -DNEWTOP=. -DNEWCWD=.

4) make makefiles:
	make Makefiles

5) build the sources:
	make all AFSDIR=/mit/afsuser/sipb-dist/linux/@sys/dest

6) install the binaries:
	make install install.man [DESTDIR=...]

7) You might need to chown files you installed to root:
	find <DESTDIR> -user <your_name> -exec chown root {} \;
