8 lines
79 B
Makefile
8 lines
79 B
Makefile
|
if BUILD_FREEBSD
|
||
|
SUBDIRS = freebsd
|
||
|
endif
|
||
|
|
||
|
if BUILD_LINUX
|
||
|
SUBDIRS = linux
|
||
|
endif
|