On Fri, Jun 19, 2015 at 7:09 AM, Allan Jude <allanj...@freebsd.org> wrote:

> Author: allanjude (doc committer)
> Date: Fri Jun 19 05:09:02 2015
> New Revision: 284589
> URL: https://svnweb.freebsd.org/changeset/base/284589
>
> Log:
>   Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)
>
>   Functionality is hidden behind the -u flag to avoid confusing
> automounters
>
>   PR:           200823
>   Reviewed by:  asomers, eadler, wblock (man page)
>   Approved by:  trasz
>   MFC after:    10 days
>   Relnotes:     yes
>   Sponsored by: ScaleEngine Inc.
>   Differential Revision:        https://reviews.freebsd.org/D2045
>
>
> +
> +.if ${MK_CDDL} != "no"
> +SRCS +=        zfs.c
> +.endif
> +
>


​Hi,​

​My nanobsd use WITHOUT_ZFS (MK_ZFS="no") but kept CDDL​ enabled for dtrace
(MK_CDDL= "yes"): Then it failed to build world on usr.sbin/fstyp.

Regards,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to