mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
4a4e168392
It's an unhelpful naming scheme and one that breaks GitHub autoreadme. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13017
12 lines
225 B
Makefile
12 lines
225 B
Makefile
include $(top_srcdir)/config/Shellcheck.am
|
|
|
|
initrddir = /usr/share/initramfs-tools
|
|
|
|
dist_initrd_SCRIPTS = \
|
|
zfsunlock
|
|
|
|
SUBDIRS = conf.d conf-hooks.d hooks scripts
|
|
SHELLCHECKDIRS = hooks scripts
|
|
|
|
EXTRA_DIST = README.md
|