75562a3ca6
and the new library names. Per import of atf-0.5.
24 lines
417 B
Makefile
24 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/05/01 15:35:14 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SRCDIR= ${NETBSDSRCDIR}/dist/atf
|
|
.PATH: ${SRCDIR}/tools
|
|
|
|
PROG_CXX= atf-run
|
|
SRCS= atf-run.cpp
|
|
MAN= atf-run.1
|
|
|
|
CPPFLAGS+= -DHAVE_CONFIG_H
|
|
CPPFLAGS+= -I${.CURDIR}/../../lib/libatf-c
|
|
LDADD+= -latf-c++ -latf-c
|
|
|
|
COPTS.atf-run.cpp+= -Wno-stack-protector
|
|
|
|
WARNS?= 2
|
|
|
|
FILESDIR= /usr/share/atf
|
|
FILES= atf-run.hooks
|
|
|
|
.include <bsd.prog.mk>
|