from building import *

src   = Glob('editors/*.c')
group = DefineGroup('vi', src, depend = ['PKG_USING_VI'])
Return('group')
