Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / atf / usr.bin / atf-report / Makefile
blob45007079d6fab3a4794cf449b21ed5279feb0cf3
1 # $NetBSD: Makefile,v 1.2 2008/05/01 15:35:14 jmmv Exp $
3 .include <bsd.own.mk>
5 SRCDIR= ${NETBSDSRCDIR}/external/bsd/atf/dist
6 .PATH: ${SRCDIR}/tools
8 BINDIR= /usr/bin
9 PROG_CXX= atf-report
10 SRCS= atf-report.cpp
11 MAN= atf-report.1
13 LDADD+= -latf-c++ -latf-c
15 WARNS?= 2
17 .include <bsd.prog.mk>