mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 12:56:21 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
12 lines
366 B
Makefile
12 lines
366 B
Makefile
# SPDX-License-Identifier: CDDL-1.0
|
|
nodist_bashcompletion_DATA = %D%/zfs %D%/zpool
|
|
COMPLETION_FILES = %D%/zfs
|
|
SUBSTFILES += $(COMPLETION_FILES)
|
|
CLEANFILES += %D%/zpool
|
|
|
|
SHELLCHECKSCRIPTS += $(COMPLETION_FILES)
|
|
$(call SHELLCHECK_OPTS,$(COMPLETION_FILES)): SHELLCHECK_SHELL = bash
|
|
|
|
%D%/zpool: %D%/zfs
|
|
$(LN_S) -f zfs $@
|