summaryrefslogtreecommitdiff
path: root/tests/libexec/ld.elf_so/helper_abuse_static/Makefile
blob: 60877173c6cb48b373b4537f645379f46030b270 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.2 2023/07/05 22:42:46 riastradh Exp $

LIB=		h_abuse_static
SRCS=		h_abuse_static.c

DEF_DIR_cmd=	cd ${.CURDIR}/../helper_def_static && ${PRINTOBJDIR}
DEF_DIR=	${DEF_DIR_cmd:sh}
LDADD+=		-Wl,-rpath,${TESTSDIR} -L${DEF_DIR} -lh_def_static

.include "../helper.mk"