Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/lib/libc/sys/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/lib/libc/sys/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- src/tests/lib/libc/sys/Makefile 2018/08/21 10:38:09 1.53 +++ src/tests/lib/libc/sys/Makefile 2019/02/10 02:13:45 1.54 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/08/21 10:38:09 christos Exp $ +# $NetBSD: Makefile,v 1.54 2019/02/10 02:13:45 kamil Exp $ MKMAN= no @@ -88,6 +88,13 @@ SRCS.t_mprotect= t_mprotect.c ${SRCS_EXE LDADD.t_getpid+= -lpthread +LDFLAGS.t_ptrace_wait+= -pthread +LDFLAGS.t_ptrace_wait3+= -pthread +LDFLAGS.t_ptrace_wait4+= -pthread +LDFLAGS.t_ptrace_wait6+= -pthread +LDFLAGS.t_ptrace_waitid+= -pthread +LDFLAGS.t_ptrace_waitpid+= -pthread + .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE) CPPFLAGS.t_posix_fadvise.c += -D_KERNTYPES TESTS_C+= t_posix_fadvise