75562a3ca6
and the new library names. Per import of atf-0.5.
18 lines
288 B
Makefile
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>
|