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
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libc
/
dlfcn
/
Makefile.inc
blob
f9ba7f7c9e06df90ef5bcf26b5e21ed43954e27a
1
# $NetBSD: Makefile.inc,v 1.3 2010/07/06 05:59:52 mrg Exp $
2
3
.PATH: ${.CURDIR}/dlfcn
4
5
CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so
6
CPPFLAGS+= -I${.CURDIR}/dlfcn
7
SRCS+= dlfcn_elf.c