diff options
author | ru <ru@FreeBSD.org> | 2004-01-17 03:28:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-17 03:28:27 +0000 |
commit | 122cf1a39b961697ea0cbbe587da43a62aafcf45 (patch) | |
tree | 2574ca9b2f6b2645770df5c33f124b2da01df449 /sys/Makefile | |
parent | a83ac23f243275941bae2588858a50328a12cfc6 (diff) | |
download | FreeBSD-src-122cf1a39b961697ea0cbbe587da43a62aafcf45.zip FreeBSD-src-122cf1a39b961697ea0cbbe587da43a62aafcf45.tar.gz |
Replaced outdated comment.
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 6e370272..a814e0f 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 |