Hi
I'm trying to rebuild my operating system using make. According to the handbook manual I've made a list named make.conf under /etc which contains:
I expect to trim e.g. man pages after
I'm trying to rebuild my operating system using make. According to the handbook manual I've made a list named make.conf under /etc which contains:
Code:
WITHOUT_BLUETOOTH="YES"
WITHOUT_EXAMPLES="YES"
WITHOUT_FLOPPY="YES"
WITHOUT_GAMES="YES"
WITHOUT_MAN="YES"
WITHOUT_MAN_UTILS="YES"
WITHOUT_SHAREDOCS="YES"
WITHOUT_WIRELESS="YES"
WITHOUT_WIRELESS_SUPPORT="YES"
WITHOUT_AT="YES"
WITHOUT_CALENDAR="YES"
WITHOUT_INFO="YES"
WITHOUT_LOCALES="YES"
WITHOUT_ZFS="YES"
WITHOUT_BSD_CPIO="YES"
WITHOUT_CTM="YES"
WITHOUT_DICT="YES"
WITHOUT_GDB="YES"
WITHOUT_GNU="YES"
WITHOUT_GROFF="YES"
WITHOUT_HTML="YES"
WITHOU_INFO="YES"
WITHOUT_LPR="YES"
WITHOUT_MAIL="YES"
WITHOUT_PORTSNAP="YES"
WITHOUT_QUOTAS="YES"
WITHOUT_RCS="YES"
WITHOUT_SYSINSTALL="YES"
WITHOUT_BIND="YES"
WITHOUT_BIND_XML="YES"
WITHOUT_BIND_IDN="YES"
WITHOUT_BIND_SIGCHASE="YES"
WITHOUT_BIND_LARGE_FILE="YES"
WITHOUT_FREEBSD_UPDATE="YES"
WITHOUT_RESCUE="YES"
make buildworld
and make installworld
, but man pages still remain. What should I do? Am I missing something?