62a37f373f
use/control/sudo-su apparently lacked dependency on plain use/control thus defeating the whole affair; thanks msp@ for spotting and reporting this.
9 lines
187 B
Makefile
9 lines
187 B
Makefile
use/control:
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,control)
|
|
@$(call xport,CONTROL)
|
|
|
|
# some presets
|
|
use/control/sudo-su: use/control
|
|
@$(call add,CONTROL,su:public sudo:public)
|