diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-27 18:42:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-27 18:42:25 +0000 |
commit | 61cb5ddfc0fa7322927c4eb71b8319590ffb8988 (patch) | |
tree | 6206d860698269f70c6242e84127f5870e9b596b | |
parent | 6a9fe60a5097c5c302193fee68fba26929810e1e (diff) |
Remove unused include, ok miod@
-rw-r--r-- | lib/libc/dlfcn/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/dlfcn/Makefile.inc b/lib/libc/dlfcn/Makefile.inc index 2a3224e28b5..3bf1bab1440 100644 --- a/lib/libc/dlfcn/Makefile.inc +++ b/lib/libc/dlfcn/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/11/20 01:09:38 pvalchev Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2005/12/27 18:42:24 drahn Exp $ .PATH: ${LIBCSRCDIR}/dlfcn @@ -6,5 +6,4 @@ .if ${ELF_TOOLCHAIN:L} == "yes" SRCS+= dlfcn_stubs.c -CPPFLAGS+= -I${.CURDIR}/dlfcn .endif |