D=/here/is/the/jail
cd /usr/src
mkdir -p $D
make world DESTDIR=$D
make buildworld
make installworld DESTDIR=$D
cd etc
make distribution DESTDIR=$D
mount_devfs devfs $D/dev