diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 493ea6632..5fca38b8c 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -9,5 +9,8 @@ make hdboot || exit 1 cp ../boot/boot /boot/boot || exit 1 cd /usr/src || exit 1 make clean +# Let man find the manpages +makewhatis /usr/man +makewhatis /usr/local/man exit 0