10 lines
185 B
Makefile
10 lines
185 B
Makefile
nobase_dist_sysconf_DATA =
|
|
|
|
if INSTALL_UFW
|
|
nobase_dist_sysconf_DATA += ufw/applications.d/mosh
|
|
endif
|
|
|
|
if INSTALL_COMPLETION
|
|
nobase_dist_sysconf_DATA += bash_completion.d/mosh
|
|
endif
|