mirror of
https://github.com/scsitape/stenc.git
synced 2026-04-23 10:00:35 +00:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# SPDX-FileCopyrightText: 2022 stenc authors
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
if ENABLE_BASH_COMPLETION
|
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
|
dist_bashcompletion_DATA = stenc
|
|
endif
|