mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 11:29:36 +03:00
6 lines
122 B
Makefile
6 lines
122 B
Makefile
|
man_MANS = vdev_id.conf.5
|
||
|
EXTRA_DIST = $(man_MANS)
|
||
|
|
||
|
install-data-local:
|
||
|
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man5"
|