10 lines
157 B
Makefile
10 lines
157 B
Makefile
|
include $(top_srcdir)/config/Substfiles.am
|
||
|
|
||
|
hooksdir = /usr/share/initramfs-tools/hooks
|
||
|
|
||
|
hooks_SCRIPTS = \
|
||
|
zfs \
|
||
|
zfsunlock
|
||
|
|
||
|
SUBSTFILES += $(hooks_SCRIPTS)
|