So, apparently I was not understanding the proper way to do autoconf. The _real_ way you do a build is... 1) get the source & be in the openafs directory 2) `aclocal -I src/cf` 3) `autoconf` 4) `autoheader` 5) `./configure --with-afs-sysname=i386_fbsd_42` 6) `gmake` aclocal is part of the automake package, available in /usr/ports/devel/automake. Thanks to Derrick Brashear. -- Tom Maher