summaryrefslogtreecommitdiff
path: root/tests/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/Makefile')
-rw-r--r--tests/modules/Makefile6
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>