152d2ecbea
The main change here is that the atf-config, atf-report, atf-run and atf-version tools no longer depend on libatf-c nor libatf-c++. Instead, they depend on an internal libtools.a that contains code specifically for these tools and nothing else, making them self-contained.
6 lines
124 B
Makefile
6 lines
124 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/02/08 19:15:33 jmmv Exp $
|
|
|
|
SUBDIR= libatf-c .WAIT libatf-c++ tools
|
|
|
|
.include <bsd.subdir.mk>
|