mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
12 lines
238 B
Makefile
12 lines
238 B
Makefile
|
|
ATF_TESTS_C+= init_test
|
|
ATF_TESTS_C+= fini_test
|
|
ATF_TESTS_CXX+= cxx_constructors
|
|
|
|
WARNS?= 3
|
|
|
|
.if exists(${.CURDIR:H:H}/${MACHINE_ARCH})
|
|
CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH}
|
|
.else
|
|
CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_CPUARCH}
|
|
.endif
|