summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn/Makefile.inc
blob: 3bf1bab14402fb591384bfa7448e5031834a9cad (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile.inc,v 1.2 2005/12/27 18:42:24 drahn Exp $

.PATH: ${LIBCSRCDIR}/dlfcn

.include <bsd.own.mk>

.if ${ELF_TOOLCHAIN:L} == "yes"
SRCS+=		dlfcn_stubs.c
.endif