Unresolved problems in the Athena sources:

You need to make sure you have ATHENA_SYS set before running make.

Programs without Imakefiles also don't tend to install properly with
DESTDIR set.  zephyr and dash also don't work with DESTDIR set.

Motif doesn't install its man pages.

kerberos installs header files mode a+x.  What a mess.

AFS doesn't have an automatic build procedure.  This means the
following files need to be installed from an AFS build directory:
	/bin/athena/aklog
	/bin/athena/bos
	/bin/athena/fs
	/bin/athena/pts
	/bin/athena/tokens
	/bin/athena/unlog
	/bin/athena/vos
	/usr/athena/bin/newpag
	/usr/athena/bin/pagsh
	/usr/athena/include/afs and contents
	/usr/athena/include/andrewOS.h
	/usr/athena/include/des_conf.h
	/usr/athena/include/des_odd.h
	/usr/athena/include/itc.h
	/usr/athena/include/lock.h
	/usr/athena/include/lwp.h
	/usr/athena/include/mit-cpyright.h
	/usr/athena/include/potpourri.h
	/usr/athena/include/preempt.h
	/usr/athena/include/rx and contents
	/usr/athena/include/timer.h
	/usr/athena/include/ubik.h
	/usr/athena/include/ubik_int.h
	/usr/athena/lib/afs and contents
	/usr/athena/lib/liblwp.a
	/usr/athena/lib/librx.a
	/usr/athena/lib/librxkad.a
	/usr/athena/lib/libubik.a
	/usr/athena/man/man1/aklog.1
	/usr/athena/man/man1/bos.1
	/usr/athena/man/man1/fs.1
	/usr/athena/man/man1/pts.1
	/usr/athena/man/man1/tokens.1
	/usr/athena/man/man1/unlog.1
	/usr/athena/man/man1/vos.1
	/usr/athena/man/man2/icreate.2
	/usr/athena/man/man2/iinc.2
	/usr/athena/man/man2/iopen.2
	/usr/athena/man/man2/iread.2
	/usr/athena/man/man2/iwrite.2
	/usr/athena/man/man2/pioctl.2
	/usr/athena/man/man2/setpag.2

Other files not covered by the sources here:
	/usr/athena/src -> /afs/sipb.mit.edu/project/sipb-athena/src
	/usr/athena/bin/twm -> /usr/X11/bin/twm
	/bin/athena/delete -> /usr/athena/bin/delete
	/usr/athena/man/man1/mwm.1X

You also need to run h2ph by hand:
	mkdir -p /usr/athena/lib/perl5/i386-netbsd/{ufs,dev} # On NetBSD/i386
	mkdir -p /usr/athena/lib/perl5/sparc-netbsd/{ufs,dev} # On NetBSD/sparc
	cd /usr/include
	find . -name "*.h" -print | xargs h2ph

Also, for NetBSD, run makewhatis:
	/usr/libexec/makewhatis /usr/athena/man

