diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-17 03:28:27 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-17 03:28:27 +0000 |
| commit | 2e53e513a8bf75a655bccd0aa1d21fb1267bdbf1 (patch) | |
| tree | 2574ca9b2f6b2645770df5c33f124b2da01df449 | |
| parent | 8aabfa80daf61981091428ee6665ba19d9dd4d11 (diff) | |
Notes
| -rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 6e3702727c6c..a814e0f42f3a 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -3,7 +3,7 @@ # The boot loader SUBDIR= boot -# KLD modules build for both a.out and ELF +# Loadable kernel modules .if defined(MODULES_WITH_WORLD) SUBDIR+=modules .endif |
