NetBSD/usr.bin/atf-config/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

18 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/11/12 15:00:01 jmmv Exp $
.include <bsd.own.mk>
SRCDIR= ${NETBSDSRCDIR}/dist/atf
.PATH: ${SRCDIR}/tools
PROG_CXX= atf-config
SRCS= atf-config.cpp
MAN= atf-config.1
CPPFLAGS+= -I${SRCDIR}/libs
LDADD+= -latf
WARNS?= 2
.include <bsd.prog.mk>