mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 03:49:38 +03:00
13 lines
248 B
Makefile
13 lines
248 B
Makefile
|
initconfdir = $(DEFAULT_INITCONF_DIR)
|
||
|
initconf_SCRIPTS = zfs
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(top_srcdir)/etc/default/zfs.in
|
||
|
|
||
|
$(initconf_SCRIPTS):%:%.in Makefile
|
||
|
$(SED) \
|
||
|
-e 's,@sysconfdir\@,$(sysconfdir),g' \
|
||
|
$< >'$@'
|
||
|
|
||
|
CLEANFILES = $(initconf_SCRIPTS)
|