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/modules/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/modules/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- src/tests/modules/Makefile 2019/04/06 03:06:29 1.16 +++ src/tests/modules/Makefile 2019/04/15 23:41:23 1.17 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/06 03:06:29 thorpej Exp $ +# $NetBSD: Makefile,v 1.17 2019/04/15 23:41:23 christos Exp $ .include @@ -13,8 +13,12 @@ CPPFLAGS+= -D_KERNTYPES TESTS_C= t_modctl TESTS_C+= t_builtin TESTS_C+= t_kcov -LDADD= -lprop -LDADD+= -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread +TESTS_C+= t_ufetchstore +CPPFLAGS.t_ufetchstore.c+=-I${.CURDIR}/ufetchstore +.for i in t_modctl t_builtin t_kcov +LDADD.${i}= -lprop +LDADD.${i}+= -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread +.endfor TESTS_SH= t_abi_uvm TESTS_SH+= t_modload @@ -28,6 +32,4 @@ SUBDIR+= k_uvm SUBDIR+= threadpool_tester SUBDIR+= ufetchstore -ATFFILE_EXTRA_SUBDIRS= t_ufetchstore - .include