From 2e53e513a8bf75a655bccd0aa1d21fb1267bdbf1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 17 Jan 2004 03:28:27 +0000 Subject: [PATCH] Replaced outdated comment. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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