mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
|
|
LEVEL = ../../make
|
||
|
|
|
||
|
|
MAKE_DSYM := NO
|
||
|
|
|
||
|
|
ENABLE_THREADS := YES
|
||
|
|
CXX_SOURCES := multi-process-driver.cpp testprog.cpp
|
||
|
|
|
||
|
|
include $(LEVEL)/Makefile.rules
|