add makefs to the base system; FreeBSD_version bumped just in case
Reviewed by: imp
This commit is contained in:
parent
7dcaa833c8
commit
efc06131bf
5
UPDATING
5
UPDATING
@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
|
||||
developers choose to disable these features on build machines
|
||||
to maximize performance. (To disable malloc debugging, run
|
||||
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:
|
||||
The afdata and ifnet locks have been changed from mutexes to
|
||||
rwlocks, network modules will need to be re-compiled.
|
||||
|
@ -57,7 +57,7 @@
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 800059 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 800060 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
@ -86,6 +86,7 @@ SUBDIR= ${_ac} \
|
||||
${_lptcontrol} \
|
||||
${_mailstats} \
|
||||
mailwrapper \
|
||||
makefs \
|
||||
${_makemap} \
|
||||
manctl \
|
||||
memcontrol \
|
||||
|
Loading…
Reference in New Issue
Block a user