aboutsummaryrefslogtreecommitdiff
path: root/cddl/sbin/zpool
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/sbin/zpool')
-rw-r--r--cddl/sbin/zpool/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile
index 6571654e96bd..fba9ebfee604 100644
--- a/cddl/sbin/zpool/Makefile
+++ b/cddl/sbin/zpool/Makefile
@@ -30,6 +30,4 @@ DPADD= ${LIBAVL} ${LIBGEOM} ${LIBNVPAIR} \
${LIBUMEM} ${LIBUTIL} ${LIBUUTIL} ${LIBZFS}
LDADD= -lavl -lgeom -lnvpair -lumem -lutil -luutil -lzfs
-MANFILTER= sed -e '/^$$/d'
-
.include <bsd.prog.mk>