Home | History | Annotate | Line # | Download | only in helper_use_static
      1 #	$NetBSD: Makefile,v 1.3 2023/07/05 22:42:48 riastradh Exp $
      2 
      3 LIB=		h_use_static
      4 SRCS=		h_use_static.c
      5 
      6 DEF_DIR_cmd=	cd ${.CURDIR}/../helper_def_static && ${PRINTOBJDIR}
      7 DEF_DIR=	${DEF_DIR_cmd:sh}
      8 LDADD+=		-Wl,-rpath,${TESTSDIR} -L${DEF_DIR} -lh_def_static
      9 
     10 .include "../helper.mk"
     11