On 12/3/15 1:16 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Thu Dec  3 21:16:52 2015
> New Revision: 291720
> URL: https://svnweb.freebsd.org/changeset/base/291720
> 
> Log:
>   Convert to LIBADD
>   
>   Sponsored by:       EMC / Isilon Storage Division
> 
> Modified:
>   head/usr.sbin/fstyp/Makefile
> 
> Modified: head/usr.sbin/fstyp/Makefile
> ==============================================================================
> --- head/usr.sbin/fstyp/Makefile      Thu Dec  3 21:13:35 2015        
> (r291719)
> +++ head/usr.sbin/fstyp/Makefile      Thu Dec  3 21:16:52 2015        
> (r291720)
> @@ -36,8 +36,7 @@ CFLAGS+= -I${.CURDIR}/../../cddl/contrib
>  
>  CFLAGS+=-I${.CURDIR}/../../sys
>  
> -DPADD=   ${LIBGEOM} ${LIBMD}
> -LDADD=   -lgeom -lmd
> +LIBADD=      geom md
>  
>  .if ${MK_ZFS} != "no"
>  DPADD += ${LIBNVPAIR} ${LIBZFS}
> 

ZFS libraries are not yet supported in LIBADD. Something I am fixing.

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

Reply via email to