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