NetBSD/libexec/atf-cleanup/Makefile
jmmv 9d5a9c0d86 Add the atf tools
This adds reachover Makefiles to build and install the atf tools.
Some are public, thus installed in /usr/bin, and others are internal
and therefore installed in /usr/libexec.
2007-11-12 15:00:00 +00:00

19 lines
307 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/11/12 15:00:00 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
CPPFLAGS+= -I${SRCDIR}/libs
LDADD+= -latf
WARNS?= 2
.include <bsd.prog.mk>