From 25baf47f309668be427dbb3089a6718861689dfd Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 21 May 2001 18:15:01 +0000 Subject: [PATCH] Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4). --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index f217aa151d9..fbb407b044c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -9,7 +9,8 @@ # which CVS "tag" name should be used when checking out the sources to build # the release (default is HEAD). # -# Please note: the vn driver must also be compiled into your kernel, +# Please note: the md(4) driver must be compiled into your kernel +# or available as a kld(4)-style kernel module, # otherwise the target 'release.8' and possibly others will fail. # # Set these, release builder!