mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 11:29:36 +03:00
7513807320
There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
13 lines
222 B
Makefile
13 lines
222 B
Makefile
initconfdir = $(DEFAULT_INITCONF_DIR)
|
|
initconf_SCRIPTS = zfs
|
|
|
|
EXTRA_DIST = \
|
|
zfs.in
|
|
|
|
$(initconf_SCRIPTS):%:%.in Makefile
|
|
$(SED) \
|
|
-e 's,@sysconfdir\@,$(sysconfdir),g' \
|
|
$< >'$@'
|
|
|
|
CLEANFILES = $(initconf_SCRIPTS)
|