NetBSD/usr.bin/atf-report/Makefile
jmmv 75562a3ca6 Adjust the build of the ATF tools to use the new paths to the source files
and the new library names.  Per import of atf-0.5.
2008-05-01 15:35:14 +00:00

17 lines
266 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
.include <bsd.own.mk>
SRCDIR= ${NETBSDSRCDIR}/dist/atf
.PATH: ${SRCDIR}/tools
PROG_CXX= atf-report
SRCS= atf-report.cpp
MAN= atf-report.1
LDADD+= -latf-c++ -latf-c
WARNS?= 2
.include <bsd.prog.mk>