svn commit: r291720 - head/usr.sbin/fstyp
Bryan Drewery
bdrewery at FreeBSD.org
Thu Dec 3 21:19:31 UTC 2015
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
More information about the svn-src-head
mailing list