diff options
| author | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-11-12 12:35:50 +0000 |
| commit | 0efea177e37295fed654875d875160c47500d6bd (patch) | |
| tree | 9d0589344a5d07b9a511a2e81ebbd701744d03b5 /tests/modules | |
| parent | 0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff) | |
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/modules/Makefile b/tests/modules/Makefile index 52309bcc7b3..8cc10cf9a6c 100644 --- a/tests/modules/Makefile +++ b/tests/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/01 15:38:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/12 12:36:29 ad Exp $ .include <bsd.own.mk> @@ -9,8 +9,6 @@ TESTSDIR= ${TESTSBASE}/modules # creates the 'modules' subdirectory unconditionally, which if left empty # will confuse atf-run. Therefore we must install, at the very least, the # Atffile into it. -.if ${MKMODULAR} != no - TESTS_C= t_modctl LDADD= -lprop @@ -18,7 +16,5 @@ TESTS_SH= t_modload SUBDIR= k_helper -.endif - .include <bsd.subdir.mk> .include <bsd.test.mk> |
