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} _______________________________________________ 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"