aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fstyp/Makefile')
-rw-r--r--usr.sbin/fstyp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index 5b1d339240eb..e82dd040c229 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -39,8 +39,7 @@ CFLAGS+=-I${.CURDIR}/../../sys
LIBADD= geom md
.if ${MK_ZFS} != "no"
-DPADD += ${LIBNVPAIR} ${LIBZFS}
-LDADD += -lnvpair -lzfs
+LIBADD+=nvpair zfs
.endif
.include <bsd.prog.mk>