diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:29:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-05 21:29:52 +0000 |
commit | 1a2a6a7db7b9fe8a0cbab3485a330fdf4f35559e (patch) | |
tree | e609ea01858edbfe16a611838276446148fd418e /lib/libc/dlfcn | |
parent | e02df503da80168b71a858e6a8c7131e586e322a (diff) |
ELF_TOOLCHAIN bye bye.
Diffstat (limited to 'lib/libc/dlfcn')
-rw-r--r-- | lib/libc/dlfcn/Makefile.inc | 4 |
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 |