mirror of
https://github.com/opnsense/src.git
synced 2026-06-22 15:11:03 -04:00
This checks every file it checked (and a few more), but explicitly instead of "if it works it works" best-effort (which wasn't that good anyway) Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #10512 Closes #12101
10 lines
240 B
Makefile
10 lines
240 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
EXTRA_DIST += README.md
|
|
|
|
init_SCRIPTS = zfs-import zfs-mount zfs-share zfs-zed
|
|
|
|
SUBSTFILES += $(init_SCRIPTS)
|
|
|
|
SHELLCHECK_SHELL = dash # local variables
|