1 1.2 riastrad # $NetBSD: Makefile,v 1.2 2023/05/31 00:46:11 riastradh Exp $ 2 1.1 riastrad 3 1.1 riastrad .include <bsd.own.mk> 4 1.1 riastrad 5 1.1 riastrad LIB= h_use_static 6 1.1 riastrad SRCS= h_use_static.c 7 1.1 riastrad 8 1.2 riastrad DEF_DIR!= cd ${.CURDIR}/../helper_def_static && ${PRINTOBJDIR} 9 1.2 riastrad LDADD+= -Wl,-rpath,${TESTSDIR} -L${DEF_DIR} -lh_def_static 10 1.2 riastrad 11 1.1 riastrad LIBDIR= ${TESTSBASE}/libexec/ld.elf_so 12 1.1 riastrad SHLIBDIR= ${TESTSBASE}/libexec/ld.elf_so 13 1.1 riastrad SHLIB_MAJOR= 1 14 1.1 riastrad 15 1.1 riastrad MKSTATICLIB= no 16 1.1 riastrad MKPROFILE= no 17 1.1 riastrad MKPICINSTALL= no 18 1.1 riastrad MKLINT= no 19 1.1 riastrad 20 1.1 riastrad NOMAN= # defined 21 1.1 riastrad 22 1.1 riastrad .include <bsd.lib.mk> 23