repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
bsd
/
libelf
/
Makefile.inc
blob
1b36c508a7cd1b4b7977f12713052d33ad03cb2c
1
# $NetBSD$
2
3
.include <bsd.own.mk>
4
5
LIBELF_DIR= ${NETBSDSRCDIR}/external/bsd/libelf/dist
6
7
CPPFLAGS+= -I${LIBELF_DIR}
8
9
WARNS?= 4
10
11
.PATH: ${LIBELF_DIR}