NetBSD/libexec/atf-cleanup/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
291 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-cleanup
SRCS= atf-cleanup.cpp
MAN= atf-cleanup.1
LDADD+= -latf-c++ -latf-c
WARNS?= 2
.include <bsd.prog.mk>