139bcbf9ae
These default respectively to yes, yes, no.
10 lines
135 B
Makefile
10 lines
135 B
Makefile
dist_man_MANS =
|
|
|
|
if BUILD_CLIENT
|
|
dist_man_MANS += mosh.1 mosh-client.1
|
|
endif
|
|
|
|
if BUILD_SERVER
|
|
dist_man_MANS += mosh-server.1
|
|
endif
|