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]
/
lib
/
libc
/
dlfcn
/
Makefile.inc
blob
d85f00542d3a1f882a467c014d2289f2fa8533e2
1
# $NetBSD: Makefile.inc,v 1.1 2000/04/02 15:35:51 minoura Exp $
2
3
.PATH: ${.CURDIR}/dlfcn
4
5
.if ${OBJECT_FMT} == "ELF"
6
CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so
7
CPPFLAGS+= -I${.CURDIR}/dlfcn
8
SRCS+= dlfcn_elf.c
9
.endif