NetBSD/libexec/atf-format/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

18 lines
288 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
BINDIR= /usr/libexec
PROG_CXX= atf-format
SRCS= atf-format.cpp
MAN= atf-format.1
LDADD+= -latf-c++ -latf-c
WARNS?= 2
.include <bsd.prog.mk>