repo.or.cz
/
minix.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
[minix.git]
/
external
/
bsd
/
atf
/
lib
/
tools
/
Makefile
blob
e229ef187b36b16da844fc26a9003e723ccc0661
1
# $NetBSD: Makefile,v 1.5 2014/02/12 04:08:31 jmmv Exp $
2
3
NOLINT
=
# defined
4
5
.
include
<
bsd.init.mk
>
6
7
LIB
=
tools
8
LIBISCXX
=
yes
9
LIBISPRIVATE
=
yes
10
11
LIBDPLIBS
+=
m
${
.CURDIR
}/
..
/
..
/
..
/
..
/
..
/
lib
/
libm
12
13
.PATH
: ${
SRCDIR
}/
tools
14
15
CPPFLAGS
+= -
I
${
SRCDIR
}/
tools
16
17
WARNS?
=
2
18
19
SRCS
=
application.
cpp
\
20
atffile.
cpp
\
21
config.
cpp
\
22
config_file.
cpp
\
23
env.
cpp
\
24
exceptions.
cpp
\
25
expand.
cpp
\
26
fs.
cpp
\
27
io.
cpp
\
28
parser.
cpp
\
29
process.
cpp
\
30
reader.
cpp
\
31
requirements.
cpp
\
32
signals.
cpp
\
33
test-program.
cpp
\
34
text.
cpp
\
35
timers.
cpp
\
36
ui.
cpp
\
37
user.
cpp
38
39
.
include
<
bsd.lib.mk
>