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
/
gpl3
/
gcc
/
lib
/
libbacktrace
/
Makefile
blob
cbc856f93cee482feac542a317d66324848e271e
1
# $NetBSD
2
3
LIBISPRIVATE
=
yes
4
5
.
include
<
bsd.init.mk
>
6
7
LIB
=
backtrace
8
9
DIST
= ${
GCCDIST
}
10
GNUHOSTDIST
= ${
DIST
}
11
12
SRCS
=
dwarf.c elf.c fileline.c mmap.c mmapio.c nounwind.c \
13
posix.c
print
.c state.c
14
15
CPPFLAGS
+= -
I
${
DIST
}/
include
-
I
${
DIST
}/
libgcc
16
CPPFLAGS
+= -
I
${
.CURDIR
}/
arch
/${
GCC_MACHINE_ARCH
}
17
18
.
include
<
bsd.lib.mk
>
19
20
.PATH
: ${
DIST
}/
libbacktrace