Attach the CUSE library and kernel module to the default FreeBSD

builds. Bump the FreeBSD version number.
This commit is contained in:
Hans Petter Selasky 2014-06-13 08:53:49 +00:00
parent 79304f984f
commit 36716419f3
4 changed files with 8 additions and 1 deletions

View File

@ -136,6 +136,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libz \
${_atf} \
${_clang} \
${_cuse} \
${_tests}
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
@ -172,6 +173,10 @@ _libcasper= libcasper
_clang= clang
.endif
.if ${MK_CUSE} != "no"
_cuse= libcuse
.endif
.if ${MK_GPIB} != "no"
_libgpib= libgpib
.endif

View File

@ -68,6 +68,7 @@ __DEFAULT_YES_OPTIONS = \
CROSS_COMPILER \
CRYPT \
CTM \
CUSE \
CXX \
DICT \
DMAGENT \

View File

@ -82,6 +82,7 @@ SUBDIR= \
${_ct} \
${_ctau} \
ctl \
cuse \
${_cxgb} \
${_cxgbe} \
${_cyclic} \

View File

@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1100022 /* Master, propagated to newvers */
#define __FreeBSD_version 1100023 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,