26cef0ad92
Let's put osec tools into installable packages at least (aiming to shift these into default install probably); these are worthwile addition to sysadmin's toolbox. Thanks dobr@ for bringing this up.
11 lines
338 B
Makefile
11 lines
338 B
Makefile
use/server:
|
|
@$(call add_feature)
|
|
|
|
use/server/mini: use/server use/net-ssh
|
|
@$(call add,THE_KMODULES,e1000e igb)
|
|
@$(call add,STAGE1_KMODULES,e1000e igb)
|
|
@$(call add,THE_LISTS,\
|
|
$(call tags,base && (server || network || security || pkg)))
|
|
@$(call add,THE_LISTS,$(call tags,extra && (server || network)))
|
|
@$(call add,MAIN_LISTS,osec)
|