b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
7 lines
189 B
Makefile
7 lines
189 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2010/07/06 05:59:52 mrg Exp $
|
|
|
|
.PATH: ${.CURDIR}/dlfcn
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/libexec/ld.elf_so
|
|
CPPFLAGS+= -I${.CURDIR}/dlfcn
|
|
SRCS+= dlfcn_elf.c
|