mirror of
https://github.com/mobile-shell/mosh.git
synced 2026-03-01 18:23:30 +01:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
SUBDIRS =
|
|
if COND_THIRD_LIBSTDDJB
|
|
SUBDIRS += libstddjb
|
|
endif
|
|
if COND_THIRD_POLL
|
|
SUBDIRS += poll
|
|
endif
|