mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03: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"
|