87be93dc79
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_LIB= drivers
|
|
LIBADD= kyua_model kyua_engine kyua_store
|
|
|
|
SRCS= debug_test.cpp \
|
|
list_tests.cpp \
|
|
report_junit.cpp \
|
|
run_tests.cpp \
|
|
scan_results.cpp
|
|
|
|
.include <bsd.lib.mk>
|