aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/man/man1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/man/man1/Makefile.am')
-rw-r--r--sys/contrib/openzfs/man/man1/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/contrib/openzfs/man/man1/Makefile.am b/sys/contrib/openzfs/man/man1/Makefile.am
deleted file mode 100644
index 8d7457a3e258..000000000000
--- a/sys/contrib/openzfs/man/man1/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-dist_man_MANS = zhack.1 ztest.1 raidz_test.1 zvol_wait.1 arcstat.1
-EXTRA_DIST = cstyle.1
-
-if BUILD_LINUX
-# The man pager in most Linux distros defaults to BSD instead of Linux
-# when .Os is blank, but leaving it blank makes things a lot easier on
-# FreeBSD when OpenZFS is vendored in the base system.
-install-data-hook:
- cd $(DESTDIR)$(mandir)/man1; \
- $(SED) ${ac_inplace} -e 's/^\.Os$$/.Os Linux/' \
- $(dist_man_MANS)
-endif