e2d6edeb99
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
14 lines
180 B
Makefile
14 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_LIB= model
|
|
LIBADD= lutok
|
|
|
|
SRCS= context.cpp \
|
|
exceptions.cpp \
|
|
metadata.cpp \
|
|
test_case.cpp \
|
|
test_program.cpp \
|
|
test_result.cpp
|
|
|
|
.include <bsd.lib.mk>
|