2021-04-02 23:34:58 +00:00
|
|
|
include $(top_srcdir)/config/Substfiles.am
|
2021-05-21 21:43:38 +00:00
|
|
|
include $(top_srcdir)/config/Shellcheck.am
|
2021-04-02 23:34:58 +00:00
|
|
|
|
2014-07-18 23:45:49 +00:00
|
|
|
bashcompletiondir = $(sysconfdir)/bash_completion.d
|
|
|
|
|
|
|
|
noinst_DATA = zfs
|
|
|
|
|
2021-04-02 23:34:58 +00:00
|
|
|
EXTRA_DIST += $(noinst_DATA)
|
|
|
|
SUBSTFILES += $(noinst_DATA)
|
2021-05-21 21:43:38 +00:00
|
|
|
|
|
|
|
SHELLCHECKSCRIPTS = $(noinst_DATA)
|
|
|
|
SHELLCHECK_SHELL = bash
|
2021-11-30 18:23:10 +00:00
|
|
|
SHELLCHECK_OPTS = --enable=all
|