1 1.1 pooka # $NetBSD 2 1.1 pooka # 3 1.1 pooka 4 1.3 skrll NOMAN= # defined 5 1.3 skrll 6 1.1 pooka .include <bsd.own.mk> 7 1.1 pooka 8 1.4 joerg SUBDIR+= helper_dso1 .WAIT helper_dso2 9 1.4 joerg 10 1.1 pooka TESTSDIR= ${TESTSBASE}/libexec/ld.elf_so 11 1.1 pooka 12 1.2 skrll TESTS_C+= t_dlerror-cleared t_dlerror-false t_dlinfo 13 1.2 skrll 14 1.2 skrll LDADD.t_dlerror-false= -Wl,-rpath,/var/nonexistent/lib 15 1.1 pooka 16 1.3 skrll TESTS_SH+= t_df_1_noopen 17 1.3 skrll 18 1.3 skrll BINDIR= ${TESTSDIR} 19 1.3 skrll PROGS+= h_df_1_noopen1 20 1.3 skrll SRCS.h_df_1_noopen1= h_df_1_noopen.c 21 1.3 skrll 22 1.3 skrll PROGS+= h_df_1_noopen2 23 1.3 skrll SRCS.h_df_1_noopen2= h_df_1_noopen.c 24 1.3 skrll LDADD.h_df_1_noopen2= -lpthread 25 1.3 skrll 26 1.4 joerg PROGS+= h_locking 27 1.4 joerg SRCS.h_locking= h_locking.c 28 1.4 joerg LDADD.h_locking= -lpthread -Wl,--export-dynamic -Wl,-rpath,${TESTSDIR} 29 1.4 joerg 30 1.1 pooka .include <bsd.test.mk> 31