diff options
author | mm <mm@FreeBSD.org> | 2011-11-21 14:50:17 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-11-21 14:50:17 +0000 |
commit | 1c31f8b5006d918b9df6a47b1fecc2d5f20ba963 (patch) | |
tree | a579123317300d4ae447ba12e2b43b12f8f4c20c | |
parent | 244cd44176273126caa7562c679c7bcf6c64be98 (diff) | |
download | FreeBSD-src-1c31f8b5006d918b9df6a47b1fecc2d5f20ba963.zip FreeBSD-src-1c31f8b5006d918b9df6a47b1fecc2d5f20ba963.tar.gz |
For now, remove MANFILTER from ZFS manpages (bad effect on html output).
MFC after: 4 days
-rw-r--r-- | cddl/sbin/zfs/Makefile | 2 | ||||
-rw-r--r-- | cddl/sbin/zpool/Makefile | 2 | ||||
-rw-r--r-- | cddl/usr.bin/zstreamdump/Makefile | 2 | ||||
-rw-r--r-- | cddl/usr.sbin/zdb/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile index 2b0af66..4d3c519 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> diff --git a/cddl/sbin/zpool/Makefile b/cddl/sbin/zpool/Makefile index 6571654..fba9ebf 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> diff --git a/cddl/usr.bin/zstreamdump/Makefile b/cddl/usr.bin/zstreamdump/Makefile index 1c770a8..304ff7c 100644 --- a/cddl/usr.bin/zstreamdump/Makefile +++ b/cddl/usr.bin/zstreamdump/Makefile @@ -24,6 +24,4 @@ LDADD= -lm -lnvpair -lumem -lzpool -lpthread -lz -lavl CSTD= c99 -MANFILTER= sed -e '/^$$/d' - .include <bsd.prog.mk> diff --git a/cddl/usr.sbin/zdb/Makefile b/cddl/usr.sbin/zdb/Makefile index 0474ed4..b59d987 100644 --- a/cddl/usr.sbin/zdb/Makefile +++ b/cddl/usr.sbin/zdb/Makefile @@ -27,6 +27,4 @@ DPADD= ${LIBGEOM} ${LIBM} ${LIBNVPAIR} ${LIBPTHREAD} ${LIBUMEM} \ ${LIBUUTIL} ${LIBZFS} ${LIBZPOOL} LDADD= -lgeom -lm -lnvpair -lpthread -lumem -luutil -lzfs -lzpool -MANFILTER= sed -e '/^$$/d' - .include <bsd.prog.mk> |