10 lines
289 B
Makefile
10 lines
289 B
Makefile
use/alternatives:
|
|
@$(call add_feature)
|
|
@$(call xport,ALTERNATIVES)
|
|
|
|
use/alternatives/xvt/%: use/alternatives
|
|
@$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/$*)
|
|
|
|
use/alternatives/x-terminal-emulator/%: use/alternatives
|
|
@$(call add,ALTERNATIVES,/usr/bin/x-terminal-emulator:/usr/bin/$*)
|