mirror of
https://github.com/openzfs/zfs.git
synced 2025-10-01 11:26:49 +00:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
man_MANS = zdb.8 zfs.8 zpool.8
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
install-data-local:
|
|
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man8"
|