blob: 2a3224e28b5761521ef731536148cf18368bc935 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.1 2001/11/20 01:09:38 pvalchev Exp $
.PATH: ${LIBCSRCDIR}/dlfcn
.include <bsd.own.mk>
.if ${ELF_TOOLCHAIN:L} == "yes"
SRCS+= dlfcn_stubs.c
CPPFLAGS+= -I${.CURDIR}/dlfcn
.endif
|