mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
This fixes build with ld.bfd as the linker (e.g. on powerpc). This corrects a bug in D24103. Sponsored by: DARPA
13 lines
180 B
Makefile
13 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>
|