mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-28 01:15:01 +03:00

And update the automake templates to install them. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #518
6 lines
123 B
Makefile
6 lines
123 B
Makefile
man_MANS = zpios.1 ztest.1
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
install-data-local:
|
|
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1"
|