repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
atf
/
usr.bin
/
atf-report
/
Makefile
blob
fd53d298603dd4b73b4a68af2314fe642ce4a614
1
# $NetBSD: Makefile,v 1.9 2014/02/12 04:08:32 jmmv Exp $
2
3
USE_ATF_LIBTOOLS
=
yes
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
SRCDIR
}/
tools
8
9
BINDIR
= /
usr
/
bin
10
PROG_CXX
=
atf-report
11
SRCS
=
atf-report.
cpp
12
MAN
=
atf-report
.1
13
14
CPPFLAGS
+= -
I
${
SRCDIR
}/
tools
15
16
WARNS?
=
2
17
18
CWARNFLAGS.clang
+= -
Wno-error
=
unused-private-field
19
20
.
include
<
bsd.prog.mk
>