From 76dbd933fb138cd8bc80fd8ac73815bbfdf6329d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 17 Feb 2002 21:00:20 +0000 Subject: Always build all modules for LINT --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5a0e063..0536151 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -168,7 +168,7 @@ SUBDIR+=linux \ SUBDIR+=ext2fs .endif -.if defined(MODULES_OVERRIDE) +.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES) SUBDIR=${MODULES_OVERRIDE} .endif -- cgit v1.1