add makefs to the base system; FreeBSD_version bumped just in case

Reviewed by:	imp
This commit is contained in:
Sam Leffler 2008-12-19 23:10:55 +00:00
parent 7dcaa833c8
commit efc06131bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186344
3 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
developers choose to disable these features on build machines developers choose to disable these features on build machines
to maximize performance. (To disable malloc debugging, run to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.) ln -s aj /etc/malloc.conf.)
20081219:
With __FreeBSD_version 800060 incorporates the makefs tool is
part of the base system (it was a port).
20081216: 20081216:
The afdata and ifnet locks have been changed from mutexes to The afdata and ifnet locks have been changed from mutexes to
rwlocks, network modules will need to be re-compiled. rwlocks, network modules will need to be re-compiled.

View File

@ -57,7 +57,7 @@
* is created, otherwise 1. * is created, otherwise 1.
*/ */
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 800059 /* Master, propagated to newvers */ #define __FreeBSD_version 800060 /* Master, propagated to newvers */
#ifndef LOCORE #ifndef LOCORE
#include <sys/types.h> #include <sys/types.h>

View File

@ -86,6 +86,7 @@ SUBDIR= ${_ac} \
${_lptcontrol} \ ${_lptcontrol} \
${_mailstats} \ ${_mailstats} \
mailwrapper \ mailwrapper \
makefs \
${_makemap} \ ${_makemap} \
manctl \ manctl \
memcontrol \ memcontrol \