diff options
author | phk <phk@FreeBSD.org> | 2002-02-17 21:00:20 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-02-17 21:00:20 +0000 |
commit | 76dbd933fb138cd8bc80fd8ac73815bbfdf6329d (patch) | |
tree | 2bb9bb01c8afffd7c5f54b34585dfc99b7f1a594 /sys/modules | |
parent | c83f3ada88d82cfb8651426eeee61e2f199cfbba (diff) | |
download | FreeBSD-src-76dbd933fb138cd8bc80fd8ac73815bbfdf6329d.zip FreeBSD-src-76dbd933fb138cd8bc80fd8ac73815bbfdf6329d.tar.gz |
Always build all modules for LINT
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |