From 0efea177e37295fed654875d875160c47500d6bd Mon Sep 17 00:00:00 2001 From: ad Date: Wed, 12 Nov 2008 12:35:50 +0000 Subject: Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@. --- tests/modules/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/modules') 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 @@ -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 .include -- cgit