This is all you need to do to install the Cryptographic File System under FreeBSD 4.1.1
su root
cd /usr/ports/security/cfs
make install
mkdir /crypt mkdir /null chmod 0 /null
/null localhost
echo "mounting CFS dir"
mount -o port=3049,intr,nfsv2 localhost:/null /crypt &
portmap_enable="YES" nfs_server_enable="YES" mountd_flags="-2"