etc/protocols - sync with NetBSD-8
[minix.git] / tests / modules / Makefile
blob66f2b0cee3c0a1ce5ba15b7e43829bdaa677eecd
1 # $NetBSD: Makefile,v 1.11 2014/06/10 04:28:40 he Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/modules
7 # Ideally this test could be in the parent Makefile, which could not descend
8 # into this directory at all. Unfortunately, the etc/mtree/NetBSD.dist file
9 # creates the 'modules' subdirectory unconditionally, which if left empty
10 # will confuse atf-run. Therefore we must install, at the very least, the
11 # Atffile into it.
12 TESTS_C= t_modctl
13 TESTS_C+= t_builtin
14 LDADD= -lprop
15 LDADD+= -lrumpfs_kernfs -lrumpvfs -lrump -lrumpuser -lrump -lpthread
17 TESTS_SH= t_abi_uvm
18 TESTS_SH+= t_modload
20 SUBDIR= k_helper
21 SUBDIR+= k_helper2
22 SUBDIR+= k_helper3
23 SUBDIR+= k_uvm
25 .include <bsd.test.mk>