On 6/13/2014 3:53 AM, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Jun 13 08:53:49 2014
> New Revision: 267440
> URL: http://svnweb.freebsd.org/changeset/base/267440
> 
> Log:
>   Attach the CUSE library and kernel module to the default FreeBSD
>   builds. Bump the FreeBSD version number.
> 
> Modified:
>   head/lib/Makefile
>   head/share/mk/src.opts.mk
>   head/sys/modules/Makefile
>   head/sys/sys/param.h
> 
> Modified: head/lib/Makefile
> ==============================================================================
> --- head/lib/Makefile Fri Jun 13 08:44:03 2014        (r267439)
> +++ head/lib/Makefile Fri Jun 13 08:53:49 2014        (r267440)
> @@ -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
> 
> Modified: head/share/mk/src.opts.mk
> ==============================================================================
> --- head/share/mk/src.opts.mk Fri Jun 13 08:44:03 2014        (r267439)
> +++ head/share/mk/src.opts.mk Fri Jun 13 08:53:49 2014        (r267440)
> @@ -68,6 +68,7 @@ __DEFAULT_YES_OPTIONS = \
>      CROSS_COMPILER \
>      CRYPT \
>      CTM \
> +    CUSE \

You forgot to define a tools/build/options/WITHOUT_CUSE so it is added
to src.conf(5).

~/svn/base/tools/build/options # ./makeman >
../../../share/man/man5/src.conf.5
no description found for WITHOUT_CUSE, skipping


-- 
Regards,
Bryan Drewery

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to