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
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
atf
/
Makefile.inc
blob
e766dab6333b850baf800a076d4ad0b6191f8194
1
# $NetBSD: Makefile.inc,v 1.1 2013/03/14 07:10:05 jmmv Exp $
2
3
#LSC: For Minix: Ensure NETBSDSRCDIR is set
4
.include <bsd.own.mk>
5
6
TOPDIR= ${NETBSDSRCDIR}/external/bsd/atf
7
SRCDIR= ${TOPDIR}/dist
8
9
ATF_VERSION!= grep 'define VERSION' ${TOPDIR}/lib/libatf-c/bconfig.h \
10
| cut -d '"' -f 2