mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
6 lines
157 B
Makefile
6 lines
157 B
Makefile
|
EXTRA_DIST = zfs.fedora zfs.lsb
|
||
|
|
||
|
install-data-local:
|
||
|
@instdest=$(DESTDIR)/$(sysconfdir)/init.d/zfs; \
|
||
|
$(INSTALL) -TD zfs.$(DEFAULT_INIT_SCRIPT) $$instdest
|