diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-11-21 14:50:17 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-11-21 14:50:17 +0000 |
commit | fad432004a37181c5f21f976ab5ef809592f418e (patch) | |
tree | a579123317300d4ae447ba12e2b43b12f8f4c20c /cddl/sbin/zfs/Makefile | |
parent | 0a1c3432f6fa10e9b7f0ad77c50274646a0acea1 (diff) | |
download | src-fad432004a37181c5f21f976ab5ef809592f418e.tar.gz src-fad432004a37181c5f21f976ab5ef809592f418e.zip |
For now, remove MANFILTER from ZFS manpages (bad effect on html output).
MFC after: 4 days
Notes
Notes:
svn path=/head/; revision=227793
Diffstat (limited to 'cddl/sbin/zfs/Makefile')
-rw-r--r-- | cddl/sbin/zfs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile index 2b0af661ba9b..4d3c51970567 100644 --- a/cddl/sbin/zfs/Makefile +++ b/cddl/sbin/zfs/Makefile @@ -25,6 +25,4 @@ DPADD= ${LIBGEOM} ${LIBNVPAIR} ${LIBUMEM} \ ${LIBUTIL} ${LIBUUTIL} ${LIBZFS} LDADD= -lgeom -lnvpair -lumem -lutil -luutil -lzfs -MANFILTER= sed -e '/^$$/d' - .include <bsd.prog.mk> |