summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-07-05 21:29:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-07-05 21:29:52 +0000
commit1a2a6a7db7b9fe8a0cbab3485a330fdf4f35559e (patch)
treee609ea01858edbfe16a611838276446148fd418e /lib/libc/dlfcn
parente02df503da80168b71a858e6a8c7131e586e322a (diff)
ELF_TOOLCHAIN bye bye.
Diffstat (limited to 'lib/libc/dlfcn')
-rw-r--r--lib/libc/dlfcn/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/dlfcn/Makefile.inc b/lib/libc/dlfcn/Makefile.inc
index 3bf1bab1440..bdc09511fa8 100644
--- a/lib/libc/dlfcn/Makefile.inc
+++ b/lib/libc/dlfcn/Makefile.inc
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.2 2005/12/27 18:42:24 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2013/07/05 21:29:51 miod Exp $
.PATH: ${LIBCSRCDIR}/dlfcn
.include <bsd.own.mk>
-.if ${ELF_TOOLCHAIN:L} == "yes"
SRCS+= dlfcn_stubs.c
-.endif