mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
if BUILD_FREEBSD
|
|
SUBDIRS = freebsd
|
|
endif
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS = linux
|
|
endif
|