Convert to LIBADD

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-12-03 21:16:52 +00:00
parent 80815a778e
commit fea60e240e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291720

View File

@ -36,8 +36,7 @@ CFLAGS+= -I${.CURDIR}/../../cddl/contrib/opensolaris/head
CFLAGS+=-I${.CURDIR}/../../sys
DPADD= ${LIBGEOM} ${LIBMD}
LDADD= -lgeom -lmd
LIBADD= geom md
.if ${MK_ZFS} != "no"
DPADD += ${LIBNVPAIR} ${LIBZFS}